Skip to content

Commit

Permalink
feat(website): add link to the alpha-2 explainer blog post (#13402)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Mar 22, 2023
1 parent 6f5bb9d commit 0d588b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/website/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Taiko is a fully decentralized, Ethereum-equivalent ZK-Rollup ([Type 1 ZK-EVM](h

## Use the Askja testnet

All the fun tasks can be found under [guides](/docs/guides).
All the fun tasks can be found under [guides](/docs/guides). Read the full [blog post](https://mirror.xyz/labs.taiko.eth/A6G6TNN-CXDAhl42k_bNHg_20fyGcT0xH-LBBSOPNzU) for more details.

## Contribute to Taiko

Expand Down
5 changes: 4 additions & 1 deletion packages/website/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ export default {
banner: {
key: "banner",
text: (
<a href="https://taiko.xyz/docs" target="_blank">
<a
href="https://mirror.xyz/labs.taiko.eth/A6G6TNN-CXDAhl42k_bNHg_20fyGcT0xH-LBBSOPNzU"
target="_blank"
>
🌋 Askja testnet is here! Learn more →
</a>
),
Expand Down

0 comments on commit 0d588b1

Please sign in to comment.