diff --git a/frontend/src/components/FeedList.tsx b/frontend/src/components/FeedList.tsx index 430a1b9..b1808c2 100644 --- a/frontend/src/components/FeedList.tsx +++ b/frontend/src/components/FeedList.tsx @@ -1,5 +1,6 @@ import { useQuery } from "@tanstack/react-query"; import { Link, useParams } from "@tanstack/react-router"; +import { FaChevronRight } from "react-icons/fa"; interface Feed { id: string; @@ -22,25 +23,34 @@ const FeedList = () => { }); return ( - +
+
+

Feeds

+ + scroll + + +
+ +
); }; diff --git a/frontend/src/components/Header.tsx b/frontend/src/components/Header.tsx index d088e55..b411083 100644 --- a/frontend/src/components/Header.tsx +++ b/frontend/src/components/Header.tsx @@ -1,9 +1,13 @@ import { FaTwitter, FaBook, FaGithub, FaTelegram } from "react-icons/fa"; +import { Link } from "@tanstack/react-router"; const Header = () => { return (
-
+ curate.fun Logo {

curate.fun

-
+