Skip to content

Commit

Permalink
Merge pull request #562 from erwinmedina/erwinmedina
Browse files Browse the repository at this point in the history
Adjusted all titles to reflect consistency; format: {page} | ACM at CSUF
  • Loading branch information
erwinmedina committed Sep 14, 2022
2 parents 36d15b5 + d95ae45 commit 90fff24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/routes/1st/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

<Spacing --min="175px" --med="200px" --max="200px" />

<svelte:head>
<title>1st Contributions | ACM at CSUF</title>
</svelte:head>

<main>
<section id="top">
<h1 class="size-lg">First Contributions</h1>
Expand Down
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
2 changes: 1 addition & 1 deletion src/routes/events/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</script>

<svelte:head>
<title>Events / ACM at CSUF</title>
<title>Events | ACM at CSUF</title>
</svelte:head>

<Spacing --min="175px" --med="200px" --max="200px" />
Expand Down

1 comment on commit 90fff24

@vercel
Copy link

@vercel vercel bot commented on 90fff24 Sep 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.