in app/(unauthenticated-pages)/about/page.tsx [17:23]
export default function About() { return ( <> <a href="https://github.com/GoogleCloudPlatform/devrel-demos/tree/main/app-dev/party-game">GitHub Repository</a> </> ); }