mirror of
https://github.com/yusufipk/RepoHub.git
synced 2026-09-11 18:46:07 +00:00
feat: Add README, refactor Cryptomus feature flag to use environment variable, and include GitHub link in header.
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
import { RepoHubApp } from '@/components/RepoHubApp'
|
||||
|
||||
export default function HomePage() {
|
||||
return <RepoHubApp />
|
||||
const cryptomusEnabled = process.env.CRYPTOMUS_ENABLED !== 'false'
|
||||
return <RepoHubApp cryptomusEnabled={cryptomusEnabled} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user