mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 09:32:22 +03:00
fix: update blog link position (#1476)
This commit is contained in:
parent
cc9efdce24
commit
32843c6d7f
@ -26,13 +26,13 @@ export const useHomeHeader = ({ color }: UseHomeHeaderProps) => {
|
||||
newTab: true,
|
||||
className: "underline",
|
||||
},
|
||||
{ href: "/blog", label: t("blog"), rightIcon: null, newTab: true },
|
||||
{
|
||||
href: "https://github.com/StanGirard/quivr",
|
||||
label: t("star_us"),
|
||||
leftIcon: <AiFillStar size={16} className="hidden md:inline" />,
|
||||
rightIcon: null,
|
||||
},
|
||||
{ href: "/blog", label: t("blog"), rightIcon: null, newTab: true },
|
||||
{ href: "/signup", label: t("sign_up") },
|
||||
{ href: "/login", label: t("sign_in") },
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user