mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
fix: footer menu reduced
This commit is contained in:
@@ -13,6 +13,10 @@ const menuItems: {
|
||||
href: '/about',
|
||||
},
|
||||
{ name: 'Contact Us', href: '/about#contact-us' },
|
||||
{
|
||||
name: 'Features',
|
||||
href: '/features',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -53,15 +57,6 @@ const menuItems: {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: 'Features',
|
||||
items: [
|
||||
{
|
||||
name: 'Features',
|
||||
href: '/features',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: 'Blog',
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user