Skip to content

Commit

Permalink
📝 add link to bug tracker on website
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Sep 30, 2024
1 parent 8bf7eac commit 672a5f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions website/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
}

.feature {
Expand Down
9 changes: 8 additions & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,18 @@ function HomepageHeader() {
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
className="button button--primary button--lg"
to="/docs"
>
Get Started
</Link>
<Link
className="button button--secondary button--lg"
to="https://github.com/link-society/flowg"
target="_blank"
>
Bug Tracker
</Link>
</div>
</div>
</header>
Expand Down

0 comments on commit 672a5f0

Please sign in to comment.