From d4ebf6917302eba7f18eda7bad89b501776a212e Mon Sep 17 00:00:00 2001 From: Satria Date: Tue, 24 Mar 2026 08:12:17 +0700 Subject: [PATCH] add more text --- src/routes/+page.svelte | 46 +++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 60c3241..06961f8 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -79,24 +79,34 @@
-
-
- - {randomStr(charAmount)} - - - {randomStr(charAmount)} - -

- {randomStr(Math.round(charAmount-data.name.length/2))}{data.name.toUpperCase()}{randomStr(Math.round(charAmount-data.name.length/2))} -
- - {randomStr(charAmount)} - - - {randomStr(charAmount)} - -

+
+ {#each Array(10) as _,i} +
+ + {randomStr(charAmount)} + + + {randomStr(charAmount)} + +

+ {/each} + + {randomStr(Math.round(charAmount-data.name.length/2), false)} + + {data.name.toUpperCase()} + + {randomStr(Math.round(charAmount-data.name.length/2), false)} + + {#each Array(9) as _,i} +
+ + {randomStr(charAmount)} + + + {randomStr(charAmount)} + +

+ {/each}