File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { cn } from "@/lib/utils";
55import { GithubLink } from "./github-link" ;
66
77export function AppFooter ( ) {
8- const { t, dir } = useTranslation ( ) ;
8+ const { t } = useTranslation ( ) ;
99
1010 return (
1111 < footer className = "relative mt-10 border-t border-border/80 py-10 text-sm text-muted-foreground" >
@@ -60,16 +60,14 @@ export function AppFooter() {
6060 </ div >
6161 </ div >
6262
63+
6364 < div
6465 className = { cn (
65- "mt-8 flex flex-col gap-3 border-t border-border/70 pt-4 text-[11px] font-medium uppercase tracking-[0.24em] text-muted-foreground/75 md:items-center md:justify-between" ,
66- dir === "rtl" ? "md:flex-row-reverse" : "md:flex-row"
66+ "mt-8 flex flex-col gap-3 border-t border-border/70 pt-4 text-[11px] font-medium uppercase tracking-[0.24em] text-muted-foreground/75 items-center md:justify-between md:flex-row" ,
6767 ) }
6868 >
69- < div className = "items-center text-center sm:text-left" >
7069 < span > { t ( "footer.summary" ) } </ span >
7170 < span > { t ( "footer.tagline" ) } </ span >
72- </ div >
7371 </ div >
7472 </ div >
7573 </ footer >
You can’t perform that action at this time.
0 commit comments