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}> <footer className={styles.footer}>
<small> <small>
©2022-2023 Social OJO. All Rights Reserved. ©2022-2023 Social OjO. All Rights Reserved.
</small> </small>
</footer> </footer>
</> </>

View File

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