Skip to content

Commit 1834764

Browse files
authored
Replace Albums icon with Achieve in Links.vue
1 parent 1526147 commit 1834764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Links.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<script setup>
4444
import { Icon } from "@vicons/utils";
4545
// 可前往 https://www.xicons.org 自行挑选并在此处引入
46-
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode, Albums } from "@vicons/fa"; // 注意使用正确的类别
46+
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode, Achieve } from "@vicons/fa"; // 注意使用正确的类别
4747
import { mainStore } from "@/store";
4848
import { Swiper, SwiperSlide } from "swiper/vue";
4949
import { Pagination, Mousewheel } from "swiper/modules";
@@ -71,7 +71,7 @@ const siteIcon = {
7171
Fire,
7272
LaptopCode,
7373
Link,
74-
Albums,
74+
Achieve,
7575
};
7676
7777
// 链接跳转

0 commit comments

Comments
 (0)