diff options
Diffstat (limited to 'src/pages/index.tsx')
| -rw-r--r-- | src/pages/index.tsx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 5b1fa1f..59f27de 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx | |||
| @@ -54,12 +54,7 @@ export const template = site.$.template({ type: "home" }, (page, pages) => { | |||
| 54 | </li> | 54 | </li> |
| 55 | 55 | ||
| 56 | <li> | 56 | <li> |
| 57 | <Button | 57 | <Button href="https://git.wyvern.rip/corvos-website/" size="lg" wide> |
| 58 | href="https://git.wyvern.rip/corvos-website/" | ||
| 59 | post={<Icon icon="arrow-up-right" variant="bold" />} | ||
| 60 | size="lg" | ||
| 61 | wide | ||
| 62 | > | ||
| 63 | Example project | 58 | Example project |
| 64 | </Button> | 59 | </Button> |
| 65 | </li> | 60 | </li> |
