You've already forked AstralRinth
forked from didirus/AstralRinth
Promotion tweaks (#85)
* Modify promotion, Fix #80, Fix #79 * Update Avatar.vue * Version bump
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="GBBNWLJVGRHFLYVGSZKSSKNTHFYXHMBD-1">
|
||||
<div class="GBBNWLJVGRHFLYVGSZKSSKNTHFYXHMBD-2">
|
||||
<a
|
||||
href="https://bisecthosting.com/modrinth"
|
||||
:href="`https://bisecthosting.com/modrinth${queryParam}`"
|
||||
rel="noopener nofollow sponsored"
|
||||
:target="target"
|
||||
>
|
||||
@@ -12,7 +12,7 @@
|
||||
<span>
|
||||
<span> Host your Minecraft server on </span>
|
||||
<strong>BisectHosting</strong>
|
||||
<span> - get 25% your first month with code <strong>MODRINTH</strong>. </span>
|
||||
<span> - get 25% off your first month with code <strong>MODRINTH</strong>. </span>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -33,6 +33,10 @@ const props = defineProps({
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
queryParam: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
})
|
||||
const target = computed(() => (props.external ? '_blank' : '_self'))
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user