Skip to content

Commit

Permalink
Update Navbar and constants
Browse files Browse the repository at this point in the history
Remove commented out code in Navbar.astro and update ROADMAP_URL constant in constants.ts to point to the new GitHub roadmap project.
  • Loading branch information
Adammatthiesen committed Nov 25, 2024
1 parent 4f08270 commit cf57755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ import ThemeSelect from './ThemeSelect.astro';
Docs
</a>
</li>
<!--
Disabled until new roadmap is available
<li class="text-link">
<a
href='/roadmap'
Expand All @@ -49,7 +45,7 @@ import ThemeSelect from './ThemeSelect.astro';
>
Roadmap
</a>
</li> -->
</li>
<li>
<a
href={DISCORD_URL}
Expand Down
3 changes: 1 addition & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const GITHUB_URL = 'https://github.com/withstudiocms/studiocms';
export const SPONSOR_URL = 'https://patreon.com/StudioCMS';
export const DISCORD_URL = 'https://chat.studiocms.dev/';
export const DOCS_URL = 'https://docs.studiocms.dev/';
export const ROADMAP_URL =
'https://roadmap.studiocms.xyz/spaces/issues/e0f1c24900e44954ba3d93e46d8d8b9d/?board=kanban';
export const ROADMAP_URL = 'https://github.com/orgs/withstudiocms/projects/1';

// Testimonials and Features have been moved to content collections

0 comments on commit cf57755

Please sign in to comment.