Fixed some minor appearance issues related to the direction of the text

This commit is contained in:
Tiago Ribeiro
2024-02-13 00:29:29 +00:00
parent 8c1ec834f3
commit 477a69a3be
4 changed files with 183 additions and 222 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}