增加首页底部的GitHub和Twitter链接

This commit is contained in:
fatwang2
2024-03-31 02:44:39 +08:00
parent a916cff8c1
commit 16c12ecd8a
2 changed files with 86 additions and 22 deletions
+15 -1
View File
@@ -15,11 +15,25 @@ export const Footer: FC = () => {
href="https://lepton.ai/"
>
<Mails size={8} />
Lepton AI Website
Lepton AI
</a>
</div>
<div>if you need a performant and scalable AI cloud!</div>
</div>
<div className="flex items-center justify-center flex-wrap gap-x-4 gap-y-2 mt-2 text-zinc-400">
<a
className="hover:text-zinc-950"
href="https://github.com/fatwang2/search4all"
>
Github
</a>
<a
className="hover:text-zinc-950"
href="https://twitter.com/wangwangwangai"
>
Twitter
</a>
</div>
</div>
);
};
+71 -21
View File
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 411 KiB