You've already forked AstralRinth
forked from didirus/AstralRinth
Update app ad
This commit is contained in:
@@ -34,17 +34,17 @@ function updateAdPosition() {
|
|||||||
<template>
|
<template>
|
||||||
<div ref="adsWrapper" class="ad-parent relative flex w-full justify-center cursor-pointer bg-bg">
|
<div ref="adsWrapper" class="ad-parent relative flex w-full justify-center cursor-pointer bg-bg">
|
||||||
<a
|
<a
|
||||||
href="https://modrinth.gg?from=app-placeholder"
|
href="https://modrinth.gg/medal?from=app-placeholder"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="flex max-h-[250px] min-h-[250px] min-w-[300px] max-w-[300px] flex-col gap-4 rounded-[inherit]"
|
class="flex max-h-[250px] min-h-[250px] min-w-[300px] max-w-[300px] flex-col gap-4 rounded-[inherit]"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="https://cdn-raw.modrinth.com/modrinth-servers-placeholder-light.webp"
|
src="https://cdn-raw.modrinth.com/medal-modrinth-servers-light.webp"
|
||||||
alt="Host your next server with Modrinth Servers"
|
alt="Host your next server with Modrinth Servers"
|
||||||
class="hidden light-image rounded-[inherit]"
|
class="hidden light-image rounded-[inherit]"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
src="https://cdn-raw.modrinth.com/modrinth-servers-placeholder-dark.webp"
|
src="https://cdn-raw.modrinth.com/medal-modrinth-servers-dark.webp"
|
||||||
alt="Host your next server with Modrinth Servers"
|
alt="Host your next server with Modrinth Servers"
|
||||||
class="dark-image rounded-[inherit]"
|
class="dark-image rounded-[inherit]"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user