Skip to content

Commit 114a4b1

Browse files
remove a number
1 parent e1ca855 commit 114a4b1

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
<li>The first number is 1970. Press enter to submit, good luck!</li>
184184
</ol>
185185
</div>
186-
<div class="text-2xl text-center break-words my-10 mx-auto max-w-[65ch]" bind:this={numbersEl}>
186+
<div class="text-2xl text-center break-words my-10 mx-auto max-w-[61ch]" bind:this={numbersEl}>
187187
<!-- No cheating! Oh well, since you're already here you might as well check out my website while at it https://arhan.sh/ -->
188188
{#each data.numbers as { value }}<span data-value={value}>{value}</span>{/each}
189189
</div>

src/routes/+page.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ const numbers = [
6262
message: 'The IEEE 802.11 standard for wireless networking.',
6363
link: 'https://en.wikipedia.org/wiki/IEEE_802.11'
6464
},
65-
{
66-
value: '400000',
67-
message: 'The base virtual memory address for Linux executables in hexadecimal.',
68-
link: 'https://en.wikipedia.org/wiki/Virtual_memory'
69-
},
7065
{
7166
value: '86400',
7267
message: 'The number of seconds in a day, common in time-related calculations.',

0 commit comments

Comments
 (0)