Skip to content

Commit aa2d620

Browse files
committed
🐛 fix(app): Fixes Roster Page Names
1 parent e2dce08 commit aa2d620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/RosterLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const memberPhrase = role === "alumni" ? `an ${role}` : `a ${role}`;
1313
const description = `The roster page for ${name}, ${memberPhrase} of Concordia University Nebraska Competitive Programming and Software Development Team.`;
1414
---
1515

16-
<Layout title={"Concordia Programming Team - ${name}"} {description}>
16+
<Layout title={`Concordia Programming Team - ${name}`} {description}>
1717
<Navbar />
1818
<main class="w-5/6 mx-auto">
1919
<slot />

0 commit comments

Comments
 (0)