refactor(labels): Remove profanities

This commit is contained in:
Tanguy Herbron 2023-12-06 23:33:20 +01:00
parent 12a81222e4
commit cce25fb5b2

View File

@ -30,6 +30,10 @@
}
</style>
<svelte:head>
<title>Make any string</title>
</svelte:head>
<div class="flex flex-col justify-center items-center w-screen h-screen">
<div class="flex flex-col p-2 w-80 gap-y-4">
<div class="mb-2">
@ -54,14 +58,14 @@
<input class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" id="init" type="text" placeholder="Init">
<input class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" id="limit" type="text" placeholder="Limit">
<button class="bg-blue-500 mt-2 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline" on:click={compute}>
click me bitch
Generate
</button>
</div>
<div class="flex flex-col">
<span id="result" style="overflow-wrap: break-word;"></span>
<button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline" on:click={copy}>
Copy me cunt
Copy
</button>
</div>
</div>