Merged master into bug-fixing-12-Feb-24

This commit is contained in:
Tiago Ribeiro
2024-02-13 00:40:37 +00:00
9 changed files with 194 additions and 234 deletions

View File

@@ -28,7 +28,7 @@ export default function Navbar({currentPage, language}: {currentPage: string; la
<Link href="/">
<Image src="/logo_title.png" alt="EnCoach logo" width={128} height={128} />
</Link>
<div className={clsx("flex w-fit items-center gap-8", language === "ar" && "flex-row-reverse")}>
<div className={clsx("flex w-fit items-center gap-8")}>
{items.map((item) => (
<Link
key={item.key}