Skip to content

Commit

Permalink
fix: icon to lowercase to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrinsieboy committed Jan 11, 2024
1 parent 79444f7 commit 9fd95a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/vue/components/terminal-scan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import Box from '../components/Box.vue';
import Button from '../components/Button.vue';
import Input from '../components/Input.vue';
import Icon from '../components/Icon.vue';
import Icon from '../components/icon.vue';
export default {
name: 'index',
Expand Down

0 comments on commit 9fd95a3

Please sign in to comment.