Skip to content

Commit

Permalink
- fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Stein committed Oct 15, 2024
1 parent fc587a6 commit 7c3a4c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions frontend/src/assets/icons/custom-stylus-note.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 frontend/src/assets/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Ellipsis from './ellipsis.svg?component'
import Handshake from './handshake.svg?component'
import Logout from './logout.svg?component'
import Mall from './mall.svg?component'
import CustomStylusNote from './custom-stylus-note.svg?component'

Check failure on line 9 in frontend/src/assets/icons/index.ts

View workflow job for this annotation

GitHub Actions / Lint - Frontend

`./custom-stylus-note.svg?component` import should occur before import of `./discord.svg?component`
import Message from './message.svg?component'
import Moon from './moon.svg?component'
import Reception from './reception.svg?component'
Expand All @@ -27,6 +28,7 @@ const aliases: Partial<IconAliases> = {
handshake: Handshake,
logout: Logout,
mall: Mall,
'custom-stylus-note': CustomStylusNote,
message: Message,
moon: Moon,
reception: Reception,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
content-class="elevation-0"
:label="$t('dream-mall-panel.setup.table-name')"
variant="solo-filled"
append-inner-icon="mdi-pencil"
append-inner-icon="$custom-stylus-note"
maxlength="64"
required
autofocus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
content-class="elevation-0"
:label="$t('dream-mall-panel.setup.table-name')"
variant="solo-filled"
append-inner-icon="mdi-pencil"
append-inner-icon="$custom-stylus-note"
maxlength="64"
required
/>
Expand Down

0 comments on commit 7c3a4c0

Please sign in to comment.