diff --git a/front/packages/primitives/src/links.tsx b/front/packages/primitives/src/links.tsx index 152c259b..b7fcac8f 100644 --- a/front/packages/primitives/src/links.tsx +++ b/front/packages/primitives/src/links.tsx @@ -29,12 +29,12 @@ export const A = ({ replace, children, ...props -}: TextProps & { href: string; replace?: boolean; children: ReactNode }) => { +}: TextProps & { href?: string; replace?: boolean; children: ReactNode }) => { const { css, theme } = useYoshiki(); return ( { export const Navbar = (props: Stylable) => { const { css, theme } = useYoshiki(); + const { t } = useTranslation(); return (
{ props, )} > - + + + theme.contrast, + })} + > + {t("navbar.browse")} + +