Skip to content

Commit 0303f2c

Browse files
authored
Fix typo in import statement for Archive icon
1 parent c2fe929 commit 0303f2c

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, Archieve } from "@vicons/fa"; // 注意使用正确的类别
46+
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode, Archive } 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-
Archieve,
74+
Archive,
7575
};
7676
7777
// 链接跳转

0 commit comments

Comments
 (0)