This commit is contained in:
2022-05-12 21:07:22 +08:00
parent 1bc724aa5f
commit 3cff04ab24
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ export default function Footer() {
<>
<footer className={styles.footer}>
<small>
©2022-2023 Social OJO. All Rights Reserved.
©2022-2023 Social OjO. All Rights Reserved.
</small>
</footer>
</>

View File

@@ -9,7 +9,7 @@ export default function Header({ titleText }) {
<>
<nav className={styles.toolbar}>
<strong>
<Link href="/">Social OJO</Link>
<Link href="/">Social OjO</Link>
</strong>
<div className={styles.nav}>
<span>
@@ -20,7 +20,7 @@ export default function Header({ titleText }) {
</span>
</div>
</nav>
<h1 className={styles.title}>{titleText || "Social OJO"}</h1>
<h1 className={styles.title}>{titleText || "Social OjO"}</h1>
<header
className={styles.header}
style={{