Skip to content

Commit 335eab9

Browse files
authored
Merge pull request #123 from Sankarshan-T/main
issues fixed
2 parents 10fa454 + e07b1ab commit 335eab9

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

src/routes/+page.svelte

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
With more mixing this time</span
165165
>
166166
</h3>
167-
<!-- <span
167+
<span
168168
class="mt-2 font-display text-foreground font-semibold tracking-wider"
169169
>
170170
Starts soon...
@@ -326,7 +326,10 @@
326326
<p
327327
class="text-card-foreground text-xs xl:text-base 2xl:text-lg font-body leading-relaxed font-body"
328328
>
329-
Make a bot that does something useful or fun! It could be a Discord bot or a slack bot or a bot for your own website. It could be a bot that does something fun or a bot that does something useful. The choice is yours!
329+
Make a bot that does something useful or fun! It could be a Discord
330+
bot or a slack bot or a bot for your own website. It could be a bot
331+
that does something fun or a bot that does something useful. The
332+
choice is yours!
330333
</p>
331334
<p
332335
class="flex gap-2 text-foreground text-xs xl:text-sm 2xl:text-base font-body font-medium leading-relaxed font-body"
@@ -369,8 +372,9 @@
369372
class="text-card-foreground text-xs xl:text-base 2xl:text-lg font-body leading-relaxed font-body"
370373
>
371374
Make something by which your code returns art. Like a dynamic
372-
website creating various patterns or a generative art piece or a music visualizer. Anything that is
373-
artistic and uses code to create it.
375+
website creating various patterns or a generative art piece or a
376+
music visualizer. Anything that is artistic and uses code to create
377+
it.
374378
</p>
375379
<p
376380
class="flex gap-2 text-foreground text-xs xl:text-sm 2xl:text-base font-body font-medium leading-relaxed font-body"

src/routes/forms/nps/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
rows="3"
149149
placeholder="The stuff worth keeping..."
150150
class="w-full resize-none rounded-xl border border-zinc-800 bg-zinc-950/70 px-4 py-3 text-primary-foreground placeholder:text-zinc-600 outline-none transition focus:border-primary"
151-
/>
151+
></textarea>
152152
</div>
153153

154154
<div>
@@ -165,7 +165,7 @@
165165
rows="3"
166166
placeholder="Don't hold back..."
167167
class="w-full resize-none rounded-xl border border-zinc-800 bg-zinc-950/70 px-4 py-3 text-primary-foreground placeholder:text-zinc-600 outline-none transition focus:border-primary"
168-
/>
168+
></textarea>
169169
</div>
170170

171171
<div>
@@ -182,7 +182,7 @@
182182
rows="3"
183183
placeholder="Anything we didn't ask..."
184184
class="w-full resize-none rounded-xl border border-zinc-800 bg-zinc-950/70 px-4 py-3 text-primary-foreground placeholder:text-zinc-600 outline-none transition focus:border-primary"
185-
/>
185+
></textarea>
186186
</div>
187187

188188
<div>

0 commit comments

Comments
 (0)