Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/components/layouts/mobile-site-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,17 @@ export function MobileSiteHeader() {
setIsOpen(false)
}}
/>
<Button
as={Link}
href="https://explorer.hoodi.ssv.network/"
target="_blank"
variant="secondary"
className={cn(
"w-fit gap-1 border border-primary-200 bg-primary-100 px-3 font-sans text-sm capitalize text-primary-500 hover:bg-primary-200"
)}
>
Testnet Explorer
</Button>
<Button
as={Link}
href="https://app.ssv.network/join"
Expand Down
11 changes: 11 additions & 0 deletions src/components/layouts/site-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ export function SiteHeader() {
<ValueChangeIndicator value={rates?.change} />
</Text>
<NetworkSwitcher />
<Button
as={Link}
href="https://explorer.hoodi.ssv.network/"
target="_blank"
variant="secondary"
className={cn(
"w-fit gap-1 border border-primary-200 bg-primary-100 px-3 font-sans text-sm capitalize text-primary-500 hover:bg-primary-200"
)}
>
Testnet Explorer
</Button>
<Button
as={Link}
href="https://app.ssv.network/join"
Expand Down