Skip to content

Commit

Permalink
fix slot not rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Sep 4, 2024
1 parent 4a57539 commit 9cd0af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/ui/AdPlaceholder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div
class="absolute top-0 flex items-center justify-center overflow-hidden rounded-2xl bg-bg-raised"
>
<div id="project-rail" />
<div data-ad="project-rail" />
</div>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/src/public/promo-frame-rev-iq.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<body>
<div class="ads-container">
<a id="plus-link" href="https://modrinth.com/plus" target="_blank"></a>
<div id="project-rail" />
<div data-ad="project-rail" />
</div>
<script>
window.addEventListener(
Expand Down

0 comments on commit 9cd0af9

Please sign in to comment.