Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Feb 26, 2024
1 parent 842a646 commit 86b4f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PageTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import publicConfig from "lib/publicConfig"
import Head from "next/head"

export const BASE_HTML_TITLE = `Flow ${
publicConfig.network === TEST_NET ? "Testnet" : "Crescendo"
publicConfig.network === TEST_NET ? "Testnet" : "Previewnet"
} Faucet`

export default function PageTitle({children}: {children?: string}) {
Expand Down

0 comments on commit 86b4f97

Please sign in to comment.