Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed May 21, 2024
1 parent 15f1416 commit 547135f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
12 changes: 10 additions & 2 deletions pages/app.vue
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion pages/legal/cmp-info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 547135f

Please sign in to comment.