Skip to content

Commit

Permalink
fix: add default content before js load
Browse files Browse the repository at this point in the history
Signed-off-by: Thaddeus Kuah <[email protected]>
  • Loading branch information
thaddeuskkr committed Feb 24, 2025
1 parent 047b78a commit b21522c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const path = Astro.url.pathname.replace(/\//g, "");
Time in Singapore:<span id="time" class="code ml-1.5 font-normal">Loading...</span>
</p>
<p>
I'm currently <span id="discord-status" class="font-semibold"></span> on Discord.
I'm currently <span id="discord-status" class="font-semibold">offline</span> on Discord.
</p>
</div>
<div class="flex flex-row flex-wrap justify-center gap-2 md:justify-start">
Expand Down

0 comments on commit b21522c

Please sign in to comment.