Skip to content

Commit

Permalink
fix(frontend): icon stylus note in table flow (#2729)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian2357 authored Oct 16, 2024
1 parent 15ba708 commit 36a4dd1
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
@@ -1,6 +1,7 @@
import Bell from './bell.svg?component'
import Camera from './camera.svg?component'
import Cockpit from './cockpit.svg?component'
import CustomStylusNote from './custom-stylus-note.svg?component'
import Discord from './discord.svg?component'
import Ellipsis from './ellipsis.svg?component'
import Handshake from './handshake.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 36a4dd1

Please sign in to comment.