You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/layout.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ export default function RootLayout({ children }: {
96
96
</main>
97
97
<footerclassName={styles.layoutFooter}>
98
98
<hrclassName={styles.layoutFooterSeparator}/>
99
-
<pclassName="fontDarker">All content on this site is licensed under a <BaseLinkhref="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 <BaseLinkhref="https://github.com/chrisweb/chris.lu/blob/main/LICENSE">MIT</BaseLink> and a copy of the source code can be found in the <BaseLinkhref="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 <BaseLinkhref="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 <BaseLinkhref="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 "eject" button of the player on the top right of the screen. This website uses <BaseLinkhref="https://fontawesome.com/search?o=r&m=free">Free Icons by Font Awesome</BaseLink>.</p>
99
+
<pclassName="fontDarker">All content on this site is licensed under a <BaseLinkhref="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 <BaseLinkhref="https://github.com/chrisweb/chris.lu/blob/main/LICENSE">MIT</BaseLink> and a copy of the source code can be found in the <BaseLinkhref="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 <BaseLinkhref="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 <BaseLinkhref="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 "eject" button of the player on the top right of the screen. This website uses <BaseLinkhref="https://fontawesome.com/search?o=r&m=free">Free Icons by Font Awesome</BaseLink>.</p>
0 commit comments