Applied dir to all pages

This commit is contained in:
Joao Ramos
2024-02-09 18:03:52 +00:00
parent 8287bbae18
commit 8c1ec834f3
8 changed files with 13 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ interface Props {
export default function ComingSoon({ page, language }: Props) {
return (
<main className="text-mti-black flex h-screen w-full flex-col bg-white">
<main className="text-mti-black flex h-screen w-full flex-col bg-white" dir={language === "ar" ? "rtl" : "ltr"}>
<Navbar currentPage={page} language={language} />
<section className="bg-mti-purple h-full w-full p-8 text-center text-white md:p-16">