From 4cb15e7808892f3802c82762127e27b847064b06 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 16 Nov 2022 16:47:49 +0700 Subject: Change class name --- src/pages/404.js | 8 ++++---- src/pages/shop/product/[slug].js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/pages') diff --git a/src/pages/404.js b/src/pages/404.js index 83993f61..dc7259b2 100644 --- a/src/pages/404.js +++ b/src/pages/404.js @@ -7,14 +7,14 @@ export default function PageNotFound() { return ( <>
-
+
Halaman Tidak Ditemukan - Indoteknik

Halaman tidak ditemukan

-
- +
+ Kembali ke beranda - + Tanya admin
diff --git a/src/pages/shop/product/[slug].js b/src/pages/shop/product/[slug].js index e601d8c0..f96aba34 100644 --- a/src/pages/shop/product/[slug].js +++ b/src/pages/shop/product/[slug].js @@ -130,7 +130,7 @@ export default function ProductDetail({product}) {
- +
-- cgit v1.2.3