Deno re-write
This commit is contained in:
13
components/TechLinks.tsx
Normal file
13
components/TechLinks.tsx
Normal file
@ -0,0 +1,13 @@
|
||||
import { LuMail } from "@preact-icons/lu";
|
||||
import { SiBluesky, SiForgejo, SiRss } from "@preact-icons/si";
|
||||
|
||||
export default function TechLinks() {
|
||||
return (
|
||||
<div class="flex flex-row gap-4 text-3xl">
|
||||
<LuMail class="hover:text-primary" />
|
||||
<SiRss class="hover:text-primary" />
|
||||
<SiForgejo class="hover:text-primary" />
|
||||
<SiBluesky class="hover:text-primary" />
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user