Skip to content

Commit 0bcf6c1

Browse files
committed
Merge branch 'master' into dev
2 parents 0993554 + 1bf9b3d commit 0bcf6c1

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

components/LeftSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ const handleOnClose = () => {
271271
</Flex>
272272
</Flex>
273273

274-
<AdvBanner advName="lotus_upgrade" />
274+
<AdvBanner />
275275
</Flex>
276276

277277
<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)