Skip to content

Commit

Permalink
add network label on web faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Nov 2, 2023
1 parent d1d94a5 commit 541b362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web-app/src/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ export const Header: React.FC = () => {
<Image src='/logo.svg' alt='Subspace Network Logo' w='20vw' h='8vh' />
</Link>
<Spacer />
<Box position='relative' w='12vw'>
<Box position='relative' w='20vw'>
<AbsoluteCenter axis='both'>
<Heading size='xl' whiteSpace='nowrap'>
Faucet
</Heading>
<Text fontWeight={600}>Gemini 3g Nova</Text>
</AbsoluteCenter>
</Box>
<Spacer />
Expand Down

0 comments on commit 541b362

Please sign in to comment.