Skip to content

Commit 65cb88a

Browse files
authored
Update src/layouts/Static.tsx
1 parent 78e4dbf commit 65cb88a

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
@@ -111,7 +111,7 @@ export const StaticLayout = ({
111111
<Stack className="gap-8">
112112
<Breadcrumbs slug={slug} />
113113

114-
{slug !== "/whitepaper" && !asPath.includes("/whitepaper") && (
114+
{!asPath.includes("/whitepaper") && (
115115
<p
116116
className="text-body-medium"
117117
dir={isLangRightToLeft(locale as Lang) ? "rtl" : "ltr"}

0 commit comments

Comments
 (0)