Skip to content

Commit

Permalink
fix: cleaned up some code
Browse files Browse the repository at this point in the history
  • Loading branch information
rubentalstra committed Feb 10, 2025
1 parent 5d5d8e4 commit 97ebe0f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ import {
<Cards.Card href="/docs/user_guides" title="User Guides" image arrow>
![Features](/images/cards/guides.svg)
</Cards.Card>
<Cards.Card href="/docs/translation" title="Translation" image arrow>
![Features](/images/cards/guides.svg)
</Cards.Card>
<Cards.Card href="/docs/development" title="Development" image arrow>
![Development](/images/cards/code.svg)
</Cards.Card>
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/translation/_meta.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
index: 'Translation Guide',
index: 'Intro',
}
2 changes: 1 addition & 1 deletion pages/docs/translation/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Translation Guide
title: Intro
description: A guide to contributing translations for LibreChat.
---

Expand Down

0 comments on commit 97ebe0f

Please sign in to comment.