diff options
| author | real-zephex <[email protected]> | 2024-03-15 21:23:45 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-15 21:23:45 +0530 |
| commit | aabc2fa63b70079a62cb6ffb47c1542e6c73286d (patch) | |
| tree | fe17c37c518ce0e6688f6b9dae3ba1468d49bcda /src/app/header/header.js | |
| parent | minor fix: changed the website title (diff) | |
| download | dramalama-aabc2fa63b70079a62cb6ffb47c1542e6c73286d.tar.xz dramalama-aabc2fa63b70079a62cb6ffb47c1542e6c73286d.zip | |
features: added anime and pretty much completed it. only search functionality is left to add
Diffstat (limited to 'src/app/header/header.js')
| -rw-r--r-- | src/app/header/header.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/header/header.js b/src/app/header/header.js index b1ae7bd..03d1328 100644 --- a/src/app/header/header.js +++ b/src/app/header/header.js @@ -5,7 +5,7 @@ export default function Header() { <div className="headMain"> <div className="headNav"> <Link href="/" style={{color: "black", textDecoration: "none"}}> - <p style={{fontSize: "32px", color: "var(--pastel-red)"}}>Dramalama</p> + <p style={{fontSize: "30px", color: "var(--pastel-red)"}}>Dramalama</p> </Link> <div className="rightNav"> <Link href="/kdrama"> |