Skip to content

Commit

Permalink
Update home page title
Browse files Browse the repository at this point in the history
  • Loading branch information
LimMengShin committed Mar 2, 2024
1 parent 43ee29e commit b0760f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</script>

<svelte:head>
<title>{useTitle(title, TITLE_SUFFIX)}</title>
<title>{TITLE_SUFFIX}</title>
</svelte:head>
<div
class="col self-center flex-1 md:flex-row md:slef-stretch justify-center lg:justify-between items-center p-y-0px p-x-10px"
Expand Down

0 comments on commit b0760f5

Please sign in to comment.