Skip to content

Commit

Permalink
d-day prep
Browse files Browse the repository at this point in the history
  • Loading branch information
notAreYouScared committed Apr 10, 2024
1 parent fedd80d commit dc1e8ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ const config: Config = {
src: 'img/logo.png',
},
items: [
{
to: '/docs/panel/getting-started',
label: 'Install',
position: 'left'
},
//{
// to: '/docs/panel/getting-started',
// label: 'Install',
// position: 'left'
//},
{to: '/blog', label: 'Blog', position: 'left'},
{to: '/donate', label: 'Donate', position: 'left'},
{
Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ function HomepageHeader() {
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link
className="button button--secondary button--md"
to="/docs/" style={{ fontSize: '26px' }}
>Install Pelican</Link>
className="button button--secondary button--md disabled"
to="/" style={{ fontSize: '26px' }}
>Comming Soon!</Link>
<Link
style={{ paddingTop: '10px', margin: '15px' }}
className="button button--secondary button--sm"
Expand Down

0 comments on commit dc1e8ed

Please sign in to comment.