This commit is contained in:
zmeyer44 2023-10-17 11:40:20 -04:00
parent 7a167d9806
commit 6f621bb130
2 changed files with 3 additions and 8 deletions

View File

@ -8,9 +8,9 @@ export default function Header() {
const [menuOpen, setMenuOpen] = useState(false);
const navigation = [
{ name: "home", label: "Home", href: "/" },
{ name: "explore", label: "Explore", href: "/" },
{ name: "about", label: "About", href: "/" },
{ name: "contact", label: "Contact", href: "/" },
{ name: "explore", label: "Explore", href: "/app" },
{ name: "about", label: "About", href: "/app" },
{ name: "contact", label: "Contact", href: "/app" },
];
return (
<header

View File

@ -1,9 +1,4 @@
export const EXPLORE_CREATORS = [
"npub1jt0x3vsnqtazzda3ewa8ykdch2t8k566qhrd9vyy0k0ntleu744q8h6q3n",
"npub1csamkk8zu67zl9z4wkp90a462v53q775aqn5q6xzjdkxnkvcpd7srtz4x9",
"npub1ejxswthae3nkljavznmv66p9ahp4wmj4adux525htmsrff4qym9sz2t3tv",
"npub107jk7htfv243u0x5ynn43scq9wrxtaasmrwwa8lfu2ydwag6cx2quqncxg",
"npub1zach44xjpc4yyhx6pgse2cj2pf98838kja03dv2e8ly8lfr094vqvm5dy5",
"npub1xtscya34g58tk0z605fvr788k263gsu6cy9x0mhnm87echrgufzsevkk5s",
"npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft",
"npub1u6qhg5ucu3xza4nlz94q90y720tr6l09avnq8y3yfp5qrv9v8sus3tnd7t",