We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2760315 commit 90f147fCopy full SHA for 90f147f
components/LeftSidebar.vue
@@ -234,7 +234,7 @@ const handleNavigate = (url) => {
234
</Flex>
235
</Flex> -->
236
237
- <AdvBanner advName="celestia_update" />
+ <AdvBanner />
238
239
240
<Flex direction="column" gap="16" style="margin-right: 20px">
layouts/default.vue
@@ -11,7 +11,7 @@ import AdvBanner from "@/components/shared/AdvBanner.vue"
11
12
<Flex direction="column" align="center" :class="$style.content">
13
<Feed />
14
- <AdvBanner advName="celestia_update" orientation="horizontal" />
+ <AdvBanner orientation="horizontal" />
15
<ActionBar />
16
17
<Flex direction="column" align="center" wide :class="$style.container">
0 commit comments