diff --git a/package.json b/package.json
index 8b04002..b60798d 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
+ "@douyinfe/semi-icons": "^2.70.1",
"@douyinfe/semi-ui": "^2.70.1",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx
index 929d3aa..ad241c6 100644
--- a/src/components/Footer.jsx
+++ b/src/components/Footer.jsx
@@ -1,6 +1,7 @@
import React from "react";
import {FaCloudflare, FaReact} from "react-icons/fa";
import {RiTailwindCssFill} from "react-icons/ri";
+import {IconSemiLogo} from "@douyinfe/semi-icons";
const Footer = ({github}) => {
return (
@@ -30,12 +31,19 @@ const Footer = ({github}) => {