transitive-bullshit / nextjs-notion-starter-kit

Deploy your own Notion-powered website in minutes with Next.js and Vercel.
https://transitivebullsh.it/nextjs-notion-starter-kit
MIT License
6.28k stars 5.29k forks source link

How do I disable the GitHub icon in the top right corner? #631

Closed wajid-pro closed 2 months ago

wajid-pro commented 2 months ago

Description

How do I disable the GitHub icon in the top right corner?

The icon redirects to the transitive-bullshit/nextjs-notion-starter-kit repository. How can I disable or hide it?

Notion Test Page ID

Screenshot 2024-08-27 220341

EmirhanKarahan commented 2 months ago

Search for <GitHubShareButton />inside the project and delete it from NotionPage.tsx. That's it.

wajid-pro commented 2 months ago

Thank You