remove use of deprecated on:
This commit is contained in:
@@ -121,8 +121,9 @@
|
|||||||
<div class="text-center lg:text-left lg:p-10">
|
<div class="text-center lg:text-left lg:p-10">
|
||||||
<h1
|
<h1
|
||||||
class="font-extrabold text-transparent text-5xl bg-clip-text bg-gradient-to-r to-pink-600 via-yellow-600 from-red-700"
|
class="font-extrabold text-transparent text-5xl bg-clip-text bg-gradient-to-r to-pink-600 via-yellow-600 from-red-700"
|
||||||
>Wattpad Downloader</h1
|
|
||||||
>
|
>
|
||||||
|
Wattpad Downloader
|
||||||
|
</h1>
|
||||||
<div
|
<div
|
||||||
role="alert"
|
role="alert"
|
||||||
class="alert bg-green-200 mt-10 break-words max-w-md"
|
class="alert bg-green-200 mt-10 break-words max-w-md"
|
||||||
@@ -266,7 +267,7 @@
|
|||||||
class:btn-disabled={buttonDisabled}
|
class:btn-disabled={buttonDisabled}
|
||||||
data-umami-event="Download"
|
data-umami-event="Download"
|
||||||
href={url}
|
href={url}
|
||||||
on:click={() => (afterDownloadPage = true)}>Download</a
|
onclick={() => (afterDownloadPage = true)}>Download</a
|
||||||
>
|
>
|
||||||
|
|
||||||
<!-- <label class="swap w-fit label mt-2">
|
<!-- <label class="swap w-fit label mt-2">
|
||||||
@@ -326,7 +327,7 @@
|
|||||||
>Buy me a Coffee! 🍵</a
|
>Buy me a Coffee! 🍵</a
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
on:click={() => {
|
onclick={() => {
|
||||||
afterDownloadPage = false;
|
afterDownloadPage = false;
|
||||||
inputUrl = "";
|
inputUrl = "";
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user