Skip to content

Commit 1bf9b3d

Browse files
committed
Remove lotus banner
1 parent 336913e commit 1bf9b3d

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

components/LeftSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ const handleOnClose = () => {
254254
</Flex>
255255
</Flex>
256256

257-
<AdvBanner advName="lotus_upgrade" />
257+
<AdvBanner />
258258
</Flex>
259259

260260
<Flex direction="column" gap="16" style="margin-right: 20px">

layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const showPromoBackground = useCookie("showPromoBackground", { default: () => tr
1717

1818
<Flex direction="column" align="center" :class="$style.content">
1919
<Feed />
20-
<AdvBanner advName="lotus_upgrade" orientation="horizontal" />
20+
<AdvBanner orientation="horizontal" />
2121
<ActionBar />
2222

2323
<Flex direction="column" align="center" wide :class="$style.container">

services/constants/advertising.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,6 @@ const advertisements = [
5353
footer: "Take the survey",
5454
weight: 0,
5555
},
56-
{
57-
name: "lotus_upgrade",
58-
link: "https://celenium.io/block/6680339",
59-
icon: "lotus",
60-
header: "Lotus Upgrade",
61-
body: "Native TIA interop and reduced issuance will happen on 6,680,339.",
62-
footer: "View Block",
63-
weight: 0,
64-
},
6556
]
6657

6758
export function getRandomAdv() {

0 commit comments

Comments
 (0)