Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo #76

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function RootLayout({ children }: {
</main>
<footer className={styles.layoutFooter}>
<hr className={styles.layoutFooterSeperator} />
<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>
<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 repository</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>
</footer>
<Analytics />
<SpeedInsights />
Expand Down