Skip to content

Commit

Permalink
chore(website): extensions to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Oct 23, 2024
1 parent 53abb1c commit 9120451
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/.vitepress/theme/components/MyLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { Layout } = DefaultTheme
<template>
<Layout>
<template #nav-bar-content-before>
<div id="graffle-warning-message">Graffle is a work in progress. <a href="https://github.com/graffle-js/graffle/discussions/1026">Learn more</a>.</div>
<div id="graffle-warning-message">Graffle is a work in progress. <a href="https://github.com/graffle-js/graffle/discussions/1163">Learn more</a>.</div>
</template>
</Layout>
</template>
4 changes: 4 additions & 0 deletions website/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ hero:
- theme: alt
text: Examples
link: /examples
- theme: alt
text: Extensions
link: /extensions

image:
src: /_assets/logo-dark-squared.png
alt: Graffle
Expand Down

0 comments on commit 9120451

Please sign in to comment.