mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
fix: change icon
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
||||
EyeIcon,
|
||||
LogInIcon,
|
||||
RotateCounterClockwiseIcon,
|
||||
ShirtIcon,
|
||||
SpinnerIcon,
|
||||
} from '@modrinth/assets'
|
||||
import {
|
||||
@@ -67,7 +68,7 @@ useRootBreadcrumb({
|
||||
id: 'skins',
|
||||
label: 'Skin selector',
|
||||
to: '/skins',
|
||||
visual: { type: 'icon', component: ChangeSkinIcon },
|
||||
visual: { type: 'icon', component: ShirtIcon },
|
||||
})
|
||||
|
||||
type UnlistenFn = () => void
|
||||
|
||||
Reference in New Issue
Block a user