You've already forked AstralRinth
forked from didirus/AstralRinth
fix slot not rendering
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<div
|
<div
|
||||||
class="absolute top-0 flex items-center justify-center overflow-hidden rounded-2xl bg-bg-raised"
|
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>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="ads-container">
|
<div class="ads-container">
|
||||||
<a id="plus-link" href="https://modrinth.com/plus" target="_blank"></a>
|
<a id="plus-link" href="https://modrinth.com/plus" target="_blank"></a>
|
||||||
<div id="project-rail" />
|
<div data-ad="project-rail" />
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
window.addEventListener(
|
window.addEventListener(
|
||||||
|
|||||||
Reference in New Issue
Block a user