Update link to 2024 Roadmap to 2025 Roadmap (#343)

* Update link to 2024 Roadmap to 2025 Roadmap

* fix: update Roadmap link to point to 2025 roadmap

---------

Co-authored-by: Marco Beretta <81851188+berry-13@users.noreply.github.com>
This commit is contained in:
Peter V Cook
2025-07-06 11:26:23 -04:00
committed by GitHub
parent 5e6b7cca9c
commit 35c719e8f2
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ export default function Roadmap() {
<Image src="/images/cards/route.svg" alt="Roadmap Logo" width={30} height={30} />
{/* Text */}
<span className="ml-2 text-lg font-bold text-gray-600 dark:text-gray-300">
2024 Roadmap
2025 Roadmap
</span>
{/* CSS for hover effect */}
<style jsx>{`

View File

@@ -41,7 +41,7 @@ const menuItems: {
},
{
name: 'Roadmap',
href: '/blog/2024-02-19_2024_roadmap',
href: '/blog/2025-02-20_2025_roadmap',
},
{
name: 'Demo',

View File

@@ -60,7 +60,7 @@ import {
<Cards.Card title="" href="/changelog" icon={<Changelog />} image />
<Cards.Card title="" href="/docs/features" icon={<Features />} image />
<Cards.Card title="" href="/toolkit" icon={<ToolKit />} image />
<Cards.Card title="" href="/blog/2024-02-19_2024_roadmap" icon={<Roadmap />} image />
<Cards.Card title="" href="/blog/2025-02-20_2025_roadmap" icon={<Roadmap />} image />
<Cards.Card title="" href="/authors" icon={<OurAuthors />} image />
</Cards>
</div>