Skip to content

Commit

Permalink
fixed all titles to read {page} | ACM at CSUF
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinmedina committed Sep 14, 2022
1 parent fbd3d2f commit 0114ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/__error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</script>

<svelte:head>
<title>ACM at CSUF | {status}</title>
<title>{status} | ACM at CSUF</title>
<link rel="stylesheet" href="/global.css" />
</svelte:head>

Expand Down

0 comments on commit 0114ae6

Please sign in to comment.