Fix lint
This commit is contained in:
parent
15f1416f52
commit
547135f7d2
@ -1,5 +1,13 @@
|
||||
<script setup>
|
||||
import { TrashIcon, SearchIcon, BoxIcon, SendIcon, EditIcon, DownloadIcon, LinkIcon } from 'omorphia'
|
||||
import {
|
||||
TrashIcon,
|
||||
SearchIcon,
|
||||
BoxIcon,
|
||||
SendIcon,
|
||||
EditIcon,
|
||||
DownloadIcon,
|
||||
LinkIcon,
|
||||
} from 'omorphia'
|
||||
import Avatar from '~/components/ui/Avatar.vue'
|
||||
import LogoAnimated from '~/components/brand/LogoAnimated.vue'
|
||||
import Badge from '~/components/ui/Badge.vue'
|
||||
@ -873,7 +881,7 @@ useSeoMeta({
|
||||
<DownloadIcon />
|
||||
<span> Download the Deb </span>
|
||||
</a>
|
||||
<a :href="linuxLinks.thirdParty" download="">
|
||||
<a :href="linuxLinks.thirdParty" download="">
|
||||
<LinkIcon />
|
||||
<span> Third-party packages </span>
|
||||
</a>
|
||||
|
||||
@ -56,7 +56,8 @@
|
||||
banned from using Modrinth's services.
|
||||
</p>
|
||||
<p>
|
||||
You can view your page views and project downloads in your <a href="https://modrinth.com/dashboard/analytics">analytics dashboard</a>.
|
||||
You can view your page views and project downloads in your
|
||||
<a href="https://modrinth.com/dashboard/analytics">analytics dashboard</a>.
|
||||
</p>
|
||||
<h2>Frequently Asked Questions</h2>
|
||||
<p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user