Skip to content

Commit

Permalink
🐛 (alert) fix alert icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jun 17, 2021
1 parent 4d8ef34 commit 14e1c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxtjs.org/components/Alert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineComponent({
},
setup(props) {
const iconComponent = computed(() => {
return `iconAlert${props.type.charAt(0).toUpperCase() + props.type.slice(1)}`
return `IconAlert${props.type.charAt(0).toUpperCase() + props.type.slice(1)}`
})
return {
Expand Down

1 comment on commit 14e1c7b

@vercel
Copy link

@vercel vercel bot commented on 14e1c7b Jun 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.