diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-14 09:45:29 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-14 09:45:29 +0700 |
| commit | 6b0b2ae3f28bad95430f8bec755acd76b17bcc7a (patch) | |
| tree | c0d5fc1a84eee3f24bf97054e15cb378738a710b /src | |
| parent | 7d6afa821f02c3933a175a537b7bd0f47ff72f00 (diff) | |
no message
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Header.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Header.js b/src/components/Header.js index eaaccb66..ea808000 100644 --- a/src/components/Header.js +++ b/src/components/Header.js @@ -74,8 +74,8 @@ export default function Header({ title }) { <h1>Hi, {auth.name}</h1> ) : ( <> - <Link href="/login" onClick={closeMenu} className="w-full py-2 btn-light">Masuk</Link> - <Link href="/register" onClick={closeMenu} className="w-full py-2 btn-yellow">Daftar</Link> + <Link href="/login" onClick={closeMenu} className="w-full py-2 btn-light text-gray_r-12">Masuk</Link> + <Link href="/register" onClick={closeMenu} className="w-full py-2 btn-yellow text-gray_r-12">Daftar</Link> </> )} </div> |
