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

Add crown icon to modrinth #177

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/assets/icons/crown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions lib/components/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ import _CopyrightIcon from '@/assets/icons/copyright.svg?component'
export const CopyrightIcon = _CopyrightIcon
import _CurrencyIcon from '@/assets/icons/currency.svg?component'
export const CurrencyIcon = _CurrencyIcon
import _CrownIcon from '@/assets/icons/crown.svg?component'
export const CrownIcon = _CrownIcon
import _DashboardIcon from '@/assets/icons/dashboard.svg?component'
export const DashboardIcon = _DashboardIcon
import _DownloadIcon from '@/assets/icons/download.svg?component'
Expand Down
Loading