Skip to content

Commit 90f147f

Browse files
committed
Update adv
1 parent 2760315 commit 90f147f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/LeftSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ const handleNavigate = (url) => {
234234
</Flex>
235235
</Flex> -->
236236

237-
<AdvBanner advName="celestia_update" />
237+
<AdvBanner />
238238
</Flex>
239239

240240
<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
@@ -11,7 +11,7 @@ import AdvBanner from "@/components/shared/AdvBanner.vue"
1111

1212
<Flex direction="column" align="center" :class="$style.content">
1313
<Feed />
14-
<AdvBanner advName="celestia_update" orientation="horizontal" />
14+
<AdvBanner orientation="horizontal" />
1515
<ActionBar />
1616

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

0 commit comments

Comments
 (0)