File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const cleanupCode =
8080 <CodeBlock :code =" zypperRemove " />
8181 </UninstallItem >
8282
83- <UninstallItem icon="co-linux " name="Void Linux">
83+ <UninstallItem icon="si-voidlinux " name="Void Linux">
8484 <p class =" instruction mb-2" >Gỡ gói qua xbps:</p >
8585 <CodeBlock :code =" voidXbpsRemove " />
8686 <p class =" instruction mb-2 mt-3" >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const distros = [
55 { name : 'Arch Linux' , icon : 'si-archlinux' } ,
66 { name : 'openSUSE' , icon : 'si-opensuse' } ,
77 { name : 'NixOS' , icon : 'si-nixos' } ,
8- { name : 'Void Linux' , icon : 'co-linux ' } ,
8+ { name : 'Void Linux' , icon : 'si-voidlinux ' } ,
99] ;
1010
1111export type StepBlock =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { createApp } from 'vue';
22import router from './router' ;
33import App from './App.vue' ;
44import './assets/shared.css' ;
5- import { OhVueIcon , addIcons } from 'oh- vue-icons' ;
5+ import { OhVueIcon , addIcons } from '@kalimahapps/ vue-icons' ;
66import {
77 SiGithub ,
88 SiLinux ,
@@ -12,11 +12,9 @@ import {
1212 SiFedora ,
1313 SiOpensuse ,
1414 SiNixos ,
15- CoLinux ,
16- HiStar ,
17- HiUsers ,
18- HiTag ,
19- } from 'oh-vue-icons/icons' ;
15+ SiVoidlinux ,
16+ } from '@kalimahapps/vue-icons/si' ;
17+ import { HiStar , HiUsers , HiTag } from '@kalimahapps/vue-icons/hi' ;
2018
2119addIcons (
2220 SiGithub ,
@@ -27,7 +25,7 @@ addIcons(
2725 SiFedora ,
2826 SiOpensuse ,
2927 SiNixos ,
30- CoLinux ,
28+ SiVoidlinux ,
3129 HiStar ,
3230 HiUsers ,
3331 HiTag ,
@@ -36,4 +34,4 @@ addIcons(
3634const app = createApp ( App ) ;
3735app . component ( 'v-icon' , OhVueIcon ) ;
3836app . use ( router ) ;
39- app . mount ( '#app' ) ;
37+ app . mount ( '#app' ) ;
You can’t perform that action at this time.
0 commit comments