Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nnqq committed Aug 20, 2023
1 parent 076da7a commit 1843a1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions components/Breadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
</b-breadcrumb>

<div
id="yandex_rtb_R-A-1239340-1"
class="mb-3"
id="horizontal-1"
class="mb-3 w-100"
/>
</div>
</template>
Expand Down Expand Up @@ -61,8 +61,8 @@ export default Vue.extend({
const w = window as any
w.yaContextCb.push(() => {
w.Ya.Context.AdvManager.render({
renderTo: 'yandex_rtb_R-A-1239340-1',
blockId: 'R-A-1239340-1'
renderTo: 'horizontal-1',
blockId: 'R-A-2665526-1'
})
})
}
Expand Down
9 changes: 5 additions & 4 deletions pages/company/_companySlug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -766,8 +766,8 @@

<div
v-if="!premium"
id="yandex_rtb_R-A-1239340-2"
class="mt-5"
id="horizontal-1"
class="mt-5 w-100"
/>

<template v-if="posts.length">
Expand Down Expand Up @@ -1043,8 +1043,9 @@ export default Vue.extend({
const w = window as any
w.yaContextCb.push(() => {
w.Ya.Context.AdvManager.render({
renderTo: 'yandex_rtb_R-A-1239340-2',
blockId: 'R-A-1239340-2'
renderTo: 'horizontal-1',
blockId: 'R-A-2665526-2',
type: 'feed'
})
})
}
Expand Down

0 comments on commit 1843a1e

Please sign in to comment.