mirror of
https://github.com/wahyd4/SAI2.git
synced 2026-08-09 05:06:05 +10:00
增加首页底部的GitHub和Twitter链接
This commit is contained in:
@@ -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
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 411 KiB |
Reference in New Issue
Block a user