Skip to content

Commit

Permalink
Merge pull request #501 from SandipGyawali/main
Browse files Browse the repository at this point in the history
feat(docs): add redirect link to documentation
  • Loading branch information
vplasencia authored May 13, 2024
2 parents a5d073b + 85b0f75 commit 14087a6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/dashboard/src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@ export default function HomePage(): JSX.Element {
</Text>
</HStack>
</Link>
<Link
href="https://docs.bandada.pse.dev/"
isExternal
>
<HStack spacing="1">
<Text
color="balticSea.300"
textDecoration="underline"
>
Documentation
</Text>
</HStack>
</Link>
<Link
href={`https://sepolia.etherscan.io/address/${CONTRACT_ADDRESSES.sepolia.Bandada}`}
isExternal
Expand Down

0 comments on commit 14087a6

Please sign in to comment.