Skip to content

Commit

Permalink
fix: fixed broken icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 1, 2024
1 parent 8c1e7f7 commit b4f2fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import router from './route.js';
import pinia from './stores';

// Register Font Awesome icon component
//Vue.component('icon', () => import('vue-awesome/components/Icon'));
Vue.component('icon', () => import('vue-awesome/components/Icon'));

// General components
Vue.component('error-boundary', () => import('./components/ErrorBoundary.vue'));
Expand Down

0 comments on commit b4f2fde

Please sign in to comment.