From 4abe4ab7e049475d7eb6c5b0e72a02d34c4f0fc1 Mon Sep 17 00:00:00 2001 From: Alexandre Bruyant Date: Tue, 16 Jan 2024 13:09:10 +0100 Subject: [PATCH] Add footer links --- palette-switcher-v2/src/Footer.tsx | 47 +++++++++++++++--------------- 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/palette-switcher-v2/src/Footer.tsx b/palette-switcher-v2/src/Footer.tsx index 0721ab8..ca21868 100644 --- a/palette-switcher-v2/src/Footer.tsx +++ b/palette-switcher-v2/src/Footer.tsx @@ -1,29 +1,28 @@ +import { faGit, faMastodon } from "@fortawesome/free-brands-svg-icons"; +import Fa from "solid-fa"; import { Component } from "solid-js"; -const Footer: Component = () => + +); -export default Footer; \ No newline at end of file +export default Footer;