From 67511940c7cb8f5ca00dcfb653793fdd2e8d23b1 Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Mon, 23 Mar 2026 10:11:42 +0000 Subject: [PATCH] [#449] Redesign footer with contract, token, and GitHub links - Remove Stories and Create links (already in NavBar) - Add StoryFactory contract address with Basescan link - Add $PLOT link to /token page - Update GitHub link to plotlink-contracts repo Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/Footer.tsx | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 3bd68173..8d8cac9e 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,4 +1,8 @@ import Link from "next/link"; +import { STORY_FACTORY, EXPLORER_URL } from "../../lib/contracts/constants"; + +const CONTRACT_URL = `${EXPLORER_URL}/address/${STORY_FACTORY}`; +const GITHUB_URL = "https://github.com/realproject7/plotlink-contracts"; export function Footer() { return ( @@ -6,14 +10,20 @@ export function Footer() {
- - stories - - - create + + contract: {STORY_FACTORY.slice(0, 6)}...{STORY_FACTORY.slice(-4)} + + + $PLOT