mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
make neoforge icon look more fox-like, replace hosting LoaderIcon with TagIcon (#7045)
make neoforge icon look more fox-like, replace hosting LoaderIcon with ui lib TagIcon
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
</div>
|
||||
|
||||
<div class="relative flex flex-col gap-4 rounded-2xl bg-bg p-6 text-left md:p-12">
|
||||
<LoaderIcon loader="fabric" class="size-8 text-brand" />
|
||||
<TagIcon tag="fabric" enforce-type="loader" class="size-8 text-brand" />
|
||||
<h2 class="m-0 text-lg font-bold">{{ formatMessage(messages.yourFavoriteMods) }}</h2>
|
||||
<h3 class="m-0 text-base font-normal text-secondary">
|
||||
{{ formatMessage(messages.yourFavoriteModsDescription) }}
|
||||
@@ -641,9 +641,9 @@ import {
|
||||
injectModrinthClient,
|
||||
injectNotificationManager,
|
||||
IntlFormatted,
|
||||
LoaderIcon,
|
||||
ModrinthServersPurchaseModal,
|
||||
OptionGroup,
|
||||
TagIcon,
|
||||
useFormatPrice,
|
||||
useVIntl,
|
||||
} from '@modrinth/ui'
|
||||
|
||||
Reference in New Issue
Block a user