You've already forked AstralRinth
forked from didirus/AstralRinth
Fix lint
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
<script setup>
|
<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 Avatar from '~/components/ui/Avatar.vue'
|
||||||
import LogoAnimated from '~/components/brand/LogoAnimated.vue'
|
import LogoAnimated from '~/components/brand/LogoAnimated.vue'
|
||||||
import Badge from '~/components/ui/Badge.vue'
|
import Badge from '~/components/ui/Badge.vue'
|
||||||
@@ -873,7 +881,7 @@ useSeoMeta({
|
|||||||
<DownloadIcon />
|
<DownloadIcon />
|
||||||
<span> Download the Deb </span>
|
<span> Download the Deb </span>
|
||||||
</a>
|
</a>
|
||||||
<a :href="linuxLinks.thirdParty" download="">
|
<a :href="linuxLinks.thirdParty" download="">
|
||||||
<LinkIcon />
|
<LinkIcon />
|
||||||
<span> Third-party packages </span>
|
<span> Third-party packages </span>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
banned from using Modrinth's services.
|
banned from using Modrinth's services.
|
||||||
</p>
|
</p>
|
||||||
<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>
|
</p>
|
||||||
<h2>Frequently Asked Questions</h2>
|
<h2>Frequently Asked Questions</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user