Skip to content

Commit

Permalink
Fix casing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasohCHOM committed Sep 17, 2024
1 parent 5f1d0da commit 00c4872
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/fa24.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import Layout from "../layouts/layout.astro";
import Layout from "../layouts/Layout.astro";
---

<Layout title="Fall 2024 Contributors | 1st">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import Layout from "../layouts/layout.astro";
import Layout from "../layouts/Layout.astro";
---

<Layout title="1st | ACM at CSUF Open Source Software Team">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/sp24.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import Layout from "../layouts/layout.astro";
import Layout from "../layouts/Layout.astro";
type MarkdownEntry = {
frontmatter: {
Expand Down

0 comments on commit 00c4872

Please sign in to comment.