From 7d4d5ae0c119d0e0553d2da44ca350019f5920d3 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 28 Apr 2024 01:03:59 -0400 Subject: [PATCH] fix home page git link --- ui/src/pages/Home.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ui/src/pages/Home.tsx b/ui/src/pages/Home.tsx index 10f64b3..68c2c6d 100644 --- a/ui/src/pages/Home.tsx +++ b/ui/src/pages/Home.tsx @@ -1,8 +1,7 @@ import { Link } from "~/components/link.tsx"; -import { Motion } from "solid-motionone"; import { Button } from "~/components/ui/button.tsx"; -import { AiFillGithub } from 'solid-icons/ai'; -import { AnimationDiv } from '~/components/animated-div.tsx'; +import { AiFillGithub } from "solid-icons/ai"; +import { AnimationDiv } from "~/components/animated-div.tsx"; export const Home = () => { return ( @@ -130,10 +129,14 @@ export const Home = () => { © {new Date().getFullYear()} Accuribet. All rights reserved.