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 3, 2024
1 parent c7cdade commit 0b032ec
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 0b032ec

Please sign in to comment.