aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/header/header.jsx
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-29 19:16:58 +0530
committerreal-zephex <[email protected]>2024-03-29 19:16:58 +0530
commit641e62fd333cd7c3a82c12181eb0d35611c03df7 (patch)
tree47c3cbaeb8b64b16bc06843a83bfa151d747f597 /src/app/components/header/header.jsx
parentDelete .github/workflows directory (diff)
downloaddramalama-641e62fd333cd7c3a82c12181eb0d35611c03df7.tar.xz
dramalama-641e62fd333cd7c3a82c12181eb0d35611c03df7.zip
fixes and improvements: dramalaam is no longer hosted on koyeb cuz of
high latency issues.
Diffstat (limited to 'src/app/components/header/header.jsx')
-rw-r--r--src/app/components/header/header.jsx8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/app/components/header/header.jsx b/src/app/components/header/header.jsx
index 22798b4..f41352a 100644
--- a/src/app/components/header/header.jsx
+++ b/src/app/components/header/header.jsx
@@ -1,9 +1,11 @@
import Link from "next/link";
+import styles from "./header.module.css";
+
export default function Header() {
return (
- <div className="headMain">
- <div className="headNav">
+ <div className={styles.headMain}>
+ <div className={styles.headNav}>
<Link
href="/"
style={{ color: "black", textDecoration: "none" }}
@@ -12,7 +14,7 @@ export default function Header() {
Dramalama
</p>
</Link>
- <div className="rightNav">
+ <div className={styles.rightNav}>
<Link href="/anime">
<p>Anime</p>
</Link>