summaryrefslogtreecommitdiff
path: root/src/pages/activate.jsx
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-03-29 17:02:57 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-03-29 17:02:57 +0700
commit72329fb20c3bc7703590b85bd0c42ea32e7cfe61 (patch)
treea5ad3074010154cf6d105a81f1175da844c0a798 /src/pages/activate.jsx
parent0d42449cdd6e53cb8e98555660aefee81997a9d3 (diff)
SEO
Diffstat (limited to 'src/pages/activate.jsx')
-rw-r--r--src/pages/activate.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/activate.jsx b/src/pages/activate.jsx
index cbd10ac2..7f4b6056 100644
--- a/src/pages/activate.jsx
+++ b/src/pages/activate.jsx
@@ -1,9 +1,11 @@
+import Seo from '@/core/components/Seo'
import SimpleFooter from '@/core/components/elements/Footer/SimpleFooter'
import ActivateComponent from '@/lib/auth/components/Activate'
export default function Activate() {
return (
<>
+ <Seo title='Aktivasi Akun Indoteknik.com' />
<ActivateComponent />
<SimpleFooter />
</>