Skip to content

Commit

Permalink
refactor: rename function to PageFaucet()
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanByte authored and moritzkirstein committed Oct 30, 2024
1 parent 0ed3659 commit 646dab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/faucet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Faucet from '../components/Faucet'
import content from '../../content/pages/faucet.json'
import Page from '@components/@shared/Page'

export default function PageVerify(): ReactElement {
export default function PageFaucet(): ReactElement {
return (
<Page title={content.title} description={content.description} uri="">
<Faucet />
Expand Down

0 comments on commit 646dab9

Please sign in to comment.