Skip to content

Commit 7bedfb7

Browse files
committed
用到的技术
1 parent 55b3e57 commit 7bedfb7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/Footer.jsx

+8
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ const Footer = ({github}) => {
4545
<IconSemiLogo className="text-black text-lg"/>
4646
<span>Semi Design</span>
4747
</a>
48+
<a
49+
href="https://react-icons.github.io/"
50+
target="_blank"
51+
className="flex items-center space-x-1 text-blue-400 hover:underline"
52+
>
53+
<FaReact className="text-red-500 text-lg" />
54+
<span>Semi Design</span>
55+
</a>
4856
<a
4957
href="https://www.cloudflare.com/"
5058
target="_blank"

0 commit comments

Comments
 (0)