Skip to content

Commit

Permalink
Merge pull request #96 from RMartinOscar/add-demo-homepage
Browse files Browse the repository at this point in the history
Shorten link name & Add demo to homepage
  • Loading branch information
notAreYouScared authored Dec 8, 2024
2 parents c399114 + dc4c5e3 commit 55580e1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ function HomepageHeader() {
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link
style={{ fontSize: '26px' }}
className="button button--secondary button--md"
to="/docs/panel/getting-started" style={{ fontSize: '26px' }}
>Install Pelican</Link>
to="/docs/panel/getting-started"
>Install</Link>
<Link
style={{ fontSize: '26px', margin: '15px' }}
className="button button--secondary button--md"
to="/docs/comparison#pterodactyl"
>Demo</Link>
<Link
style={{ paddingTop: '10px', margin: '15px' }}
className="button button--secondary button--sm"
Expand Down

0 comments on commit 55580e1

Please sign in to comment.