Skip to content

Commit f5abcfd

Browse files
committed
fix typo in class name
1 parent 53e1de9 commit f5abcfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/layout.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
}
3535

36-
.layoutFooterSeperator {
36+
.layoutFooterSeparator {
3737
width: 100%;
3838
border-color: var(--primary-light-color)
3939
}

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function RootLayout({ children }: {
9595
{children}
9696
</main>
9797
<footer className={styles.layoutFooter}>
98-
<hr className={styles.layoutFooterSeperator} />
98+
<hr className={styles.layoutFooterSeparator} />
9999
<p className="fontDarker">All content on this site is licensed under a <BaseLink href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</BaseLink> license. The source code of this project is licensed under <BaseLink href="https://github.com/chrisweb/chris.lu/blob/main/LICENSE">MIT</BaseLink> and a copy of the source code can be found in the <BaseLink href="https://github.com/chrisweb/chris.lu">chris.lu public GitHub respository</BaseLink>. A list of all open source packages used to build this project can be found in the <BaseLink href="https://github.com/chrisweb/chris.lu/blob/main/package.json">package.json</BaseLink> file. This website uses music licensed under different creative commons licenses, the music tracks <BaseLink href="https://github.com/chrisweb/chris.lu/blob/main/public/assets/music/CREDITS.txt">credits</BaseLink> file can be found in the repository of this project or by clicking on the &quot;eject&quot; button of the player on the top right of the screen. This website uses <BaseLink href="https://fontawesome.com/search?o=r&m=free">Free Icons by Font Awesome</BaseLink>.</p>
100100
</footer>
101101
<Analytics />

0 commit comments

Comments
 (0)