fix: update blog link position (#1476)

This commit is contained in:
Mamadou DICKO 2023-10-24 14:28:29 +02:00 committed by GitHub
parent cc9efdce24
commit 32843c6d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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") },
];