Skip to content

Commit 50ade13

Browse files
authored
Update src/layouts/Static.tsx
1 parent e66bdbb commit 50ade13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Static.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const StaticLayout = ({
112112
<Breadcrumbs slug={slug} />
113113

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

0 commit comments

Comments
 (0)