Skip to content

Commit f66d1d8

Browse files
Change info icon
Signed-off-by: Anatoli Nicolae <an@thundersquared.com>
1 parent 0370e85 commit f66d1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Callouts/Callout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const props = defineProps<{
88
}>()
99
1010
const icons: { [key: string]: string } = {
11-
'info': 'circle-exclamation',
11+
'info': 'circle-info',
1212
'note': 'circle-exclamation',
1313
'warning': 'triangle-exclamation',
1414
'tip': 'lightbulb',

0 commit comments

Comments
 (0)