Skip to content

Commit

Permalink
Update src/layouts/Static.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip authored Aug 21, 2024
1 parent e66bdbb commit 50ade13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Static.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const StaticLayout = ({
<Breadcrumbs slug={slug} />

<p
className="text-sm text-[#666] dark:text-[#b2b2b2]"
className="text-body-medium"
dir={isLangRightToLeft(locale as Lang) ? "rtl" : "ltr"}
>
<Translation id="page-last-updated" />:{" "}
Expand Down

0 comments on commit 50ade13

Please sign in to comment.