
diff --git a/src/components/link.tsx b/src/components/link.tsx
deleted file mode 100644
index 93b3181c..00000000
--- a/src/components/link.tsx
+++ /dev/null
@@ -1,12 +0,0 @@
-import { usePageContext } from '@utils/hooks/usePageContext';
-
-import { AnchorHTMLAttributes, ClassAttributes } from 'react';
-
-export function Link(
- props: JSX.IntrinsicAttributes & ClassAttributes
& AnchorHTMLAttributes,
- activeClass: string
-) {
- const pageContext = usePageContext();
- const className = [props.className, pageContext.urlPathname === props.href && activeClass].filter(Boolean).join(' ');
- return ;
-}
diff --git a/src/components/navigation/newsfeed.tsx b/src/components/navigation/newsfeed.tsx
index 1efb5d3b..2655c5c9 100644
--- a/src/components/navigation/newsfeed.tsx
+++ b/src/components/navigation/newsfeed.tsx
@@ -1,3 +1,5 @@
+import { ActiveLink } from '@components/activeLink';
+
import * as Collapsible from '@radix-ui/react-collapsible';
import { Bonfire, NavArrowUp, PeopleTag } from 'iconoir-react';
import { useState } from 'react';
@@ -19,22 +21,22 @@ export default function Newsfeed() {
Newsfeed
-
Following
-
-
+
Circle
-
+