diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.mdx | 2 | ||||
| -rw-r--r-- | src/pages/index.tsx | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 5948423..25387ce 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx | |||
| @@ -7,4 +7,4 @@ description: "Project website of Corvos, a static site generator for Deno." | |||
| 7 | import { template } from "./index.tsx"; | 7 | import { template } from "./index.tsx"; |
| 8 | export { template }; | 8 | export { template }; |
| 9 | 9 | ||
| 10 | Corvos provides a very customizeable experience with an emphasis on taking full advantage of TypeScript's capabilities. | 10 | Corvos provides a highly customizeable experience with an emphasis on taking full advantage of TypeScript's capabilities. |
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> |
