From e9cf5d7481e8d6639f541c2a33bf8b10b866d4dc Mon Sep 17 00:00:00 2001 From: WinsDominoes Date: Sat, 2 Mar 2024 19:55:54 +0700 Subject: [PATCH] Fixed Dead URLS --- app/education/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/education/page.tsx b/app/education/page.tsx index 4bacb1b..d4d4cf3 100755 --- a/app/education/page.tsx +++ b/app/education/page.tsx @@ -40,7 +40,7 @@ export default function Education() {
- +
@@ -65,7 +65,7 @@ export default function Education() {
- +
@@ -88,4 +88,4 @@ export default function Education() { ); -} \ No newline at end of file +}