const REPO_URL = "https://github.com/xpltdco/chrysopedia"; export default function AppFooter() { const commitUrl = __GIT_COMMIT__ !== "dev" ? `${REPO_URL}/commit/${__GIT_COMMIT__}` : undefined; return ( ); }