Skip to content

Commit

Permalink
V2: undo beta test (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits authored Jul 24, 2024
1 parent 2a9ed07 commit 51e3119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function Introduction() {
</Box>

{process.env.NEXT_PUBLIC_COMMIT_HASH ? (
<div>{`Commit hash: ${process.env.NEXT_PUBLIC_COMMIT_HASH} beta-test v2`}</div>
<div>{`Commit hash: ${process.env.NEXT_PUBLIC_COMMIT_HASH}`}</div>
) : null}
</div>
</LayoutContentContainer>
Expand Down

0 comments on commit 51e3119

Please sign in to comment.