diff --git a/apps/platform/.env.example b/apps/platform/.env.example index c3d7fb1..8c142e9 100644 --- a/apps/platform/.env.example +++ b/apps/platform/.env.example @@ -1,3 +1,5 @@ +NEXT_PUBLIC_URL=https://zazelenimo.com + # NEXT_PUBLIC_CHAIN=POLYGON # NEXT_PUBLIC_CHAIN=ARBITRUM_SEPOLIA # NEXT_PUBLIC_CHAIN=AVALANCHE_FUJI @@ -33,6 +35,7 @@ NEXT_PUBLIC_SHOW_CONNECT_BUTTON= NEXT_PUBLIC_SHOW_CART_LINK= NEXT_PUBLIC_ALLOW_ROUND_INPUT= NEXT_PUBLIC_USE_DUMMY_DATA= +NEXT_PUBLIC_SHOW_PROJECTS_PAGE= NEXTAUTH_URL=http://localhost:3000 NEXTAUTH_SECRET=your-nextauth-secret diff --git a/apps/platform/src/app/components/Navigation.tsx b/apps/platform/src/app/components/Navigation.tsx index b4a1ab1..ed39ef4 100644 --- a/apps/platform/src/app/components/Navigation.tsx +++ b/apps/platform/src/app/components/Navigation.tsx @@ -30,6 +30,18 @@ export default function Navigation({ screen }: { screen: string }) { > {t('home')} + {process.env.NEXT_PUBLIC_SHOW_PROJECTS_PAGE === 'true' && ( + + {t('projects')} + + )}
{formattedDateTime}
+ {/*{formattedDateTime}
*/} {type === 'past' && (