Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Dec 7, 2023
1 parent f4af1de commit 737d364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FireDBG/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ function HomepageHeader() {
<h2 className="hero__subtitle">{siteConfig.tagline}</h2>
<p className="hero__subtitle">Visualize and debug Rust programs with a new lens</p>
<div className={styles.buttons}>
<Link
{/* <Link
className="button button--secondary button--lg"
to="/blog/2023-12-12-introducing-firedbg">
Learn More
</Link>
&nbsp;&nbsp;
&nbsp;&nbsp; */}
<Link
className="button button--primary button--lg"
to="/blog/2023-12-13-getting-started/">
Expand Down

0 comments on commit 737d364

Please sign in to comment.