summaryrefslogtreecommitdiff
path: root/src/pages/404.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/404.jsx')
-rw-r--r--src/pages/404.jsx4
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>
)