Skip to content

Commit b5b0e2d

Browse files
feat(api): remove unused routes and implement file upload and chat history retrieval
1 parent e6b861f commit b5b0e2d

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

components/custom/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const Navbar = async () => {
3737
<DropdownMenu>
3838
<DropdownMenuTrigger asChild>
3939
<Button
40-
className="py-1.5 px-2 h-fit font-normal rounded-full bg-emerald-600 text-white w-8 h-8 flex items-center justify-center text-lg"
40+
className="py-1.5 px-2 font-normal rounded-full bg-emerald-600 text-white size-8 flex items-center justify-center text-lg"
4141
variant="secondary"
4242
>
4343
{session.user?.email?.slice(0, 2).toUpperCase()}

0 commit comments

Comments
 (0)