mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
feat: add BlogDropdown to navbar after Docs link
This commit is contained in:
parent
929d592ef4
commit
a0965d5b4a
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ import {
|
|||
import { Switch, Tag } from "antd";
|
||||
import Link from "next/link";
|
||||
import React, { useEffect, useState } from "react";
|
||||
import { BlogDropdown } from "./Navbar/BlogDropdown/BlogDropdown";
|
||||
import { CommunityEngagementButtons } from "./Navbar/CommunityEngagementButtons/CommunityEngagementButtons";
|
||||
import UserDropdown from "./Navbar/UserDropdown/UserDropdown";
|
||||
|
||||
|
|
@ -146,6 +147,7 @@ const Navbar: React.FC<NavbarProps> = ({
|
|||
>
|
||||
Docs
|
||||
</a>
|
||||
<BlogDropdown />
|
||||
|
||||
{!isPublicPage && (
|
||||
<UserDropdown onLogout={handleLogout} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue