diff --git a/src/app/(home)/page.tsx b/src/app/(home)/page.tsx index 0cbee40..4ac34d7 100644 --- a/src/app/(home)/page.tsx +++ b/src/app/(home)/page.tsx @@ -11,16 +11,16 @@ export default function Page() { return (
- + {/* */}
+ + @@ -152,6 +169,9 @@ function Project({ ) : null} + {contribution ? ( + Contribution + ) : null}

{description}

diff --git a/src/app/(home)/story/page.tsx b/src/app/(home)/story/page.tsx index fa63de1..b3ff6c2 100644 --- a/src/app/(home)/story/page.tsx +++ b/src/app/(home)/story/page.tsx @@ -124,13 +124,13 @@ export default async function Story({ {/* }} */} {/* /> */} -
+ {/*
*/}