Skip to content

Commit 771c9d3

Browse files
authored
Merge pull request #15735 from ethereum/deprecated-banner
deprecate: unused translatathon banner
2 parents d8bc2ff + 2007381 commit 771c9d3

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

src/components/Translatathon/TranslatathonBanner.tsx

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/layouts/Static.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import {
2828
import MeetupList from "@/components/MeetupList"
2929
import SocialListItem from "@/components/SocialListItem"
3030
import TableOfContents from "@/components/TableOfContents"
31-
import { TranslatathonBanner } from "@/components/Translatathon/TranslatathonBanner"
3231
import Translation from "@/components/Translation"
3332
import TranslationChartImage from "@/components/TranslationChartImage"
3433
import { Flex, Stack } from "@/components/ui/flex"
@@ -102,7 +101,6 @@ export const StaticLayout = ({
102101

103102
return (
104103
<div className="w-full">
105-
<TranslatathonBanner />
106104
<Flex
107105
className="mx-auto mb-16 w-full justify-between p-8 lg:pt-16"
108106
dir={contentNotTranslated ? "ltr" : "unset"}

0 commit comments

Comments
 (0)