diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-05-17 01:55:14 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-05-17 01:55:14 +0000 |
| commit | e16d278e6c63177d488bb8b5c62cedc898906c09 (patch) | |
| tree | 2b2a20ea2ac439ec2945f921f21f9160cd7b6c28 /src/pages/404.jsx | |
| parent | 6608d0e62fd232cbc19f42f58d1f56cfe2ef6842 (diff) | |
| parent | 0abaa462194715c25cee5fcede0da3085939b402 (diff) | |
Merged in master (pull request #8)
Master
Diffstat (limited to 'src/pages/404.jsx')
| -rw-r--r-- | src/pages/404.jsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pages/404.jsx b/src/pages/404.jsx index f73e6383..18560999 100644 --- a/src/pages/404.jsx +++ b/src/pages/404.jsx @@ -15,7 +15,9 @@ export default function PageNotFound() { width={1024} height={512} /> - <Link href='/' className='btn-yellow text-black mx-auto mt-4'>Kembali ke halaman utama</Link> + <Link href='/' className='btn-yellow !text-black mx-auto mt-4'> + Kembali ke halaman utama + </Link> </div> </BasicLayout> ) |
