mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
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:
@@ -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>{`
|
||||
|
||||
@@ -41,7 +41,7 @@ const menuItems: {
|
||||
},
|
||||
{
|
||||
name: 'Roadmap',
|
||||
href: '/blog/2024-02-19_2024_roadmap',
|
||||
href: '/blog/2025-02-20_2025_roadmap',
|
||||
},
|
||||
{
|
||||
name: 'Demo',
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user