mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-21 06:19:00 +01:00
Update giveaway url
This commit is contained in:
parent
1da767bfae
commit
08b371e0d0
2 changed files with 10 additions and 1 deletions
src/routes
9
src/routes/giveaway.svelte
Normal file
9
src/routes/giveaway.svelte
Normal file
|
@ -0,0 +1,9 @@
|
|||
<script>
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
onMount(() => {
|
||||
window.location.href = 'https://youtu.be/SWqgjQ7nPNA';
|
||||
});
|
||||
</script>
|
||||
|
||||
<div>Giveaway</div>
|
|
@ -37,7 +37,7 @@
|
|||
on:click={showAprilFoolMessage}
|
||||
bind:this={youtubeLink}
|
||||
class="text-primary hover:underline"
|
||||
href="https://youtu.be/SWqgjQ7nPNA"
|
||||
href="/giveaway"
|
||||
target="_blank"
|
||||
>
|
||||
{$t('giveaway.click')}
|
||||
|
|
Loading…
Add table
Reference in a new issue