From d11a47bdbc24c37cf1479ac341bc2a072f8d886c Mon Sep 17 00:00:00 2001
From: Lim Chee Aun
Date: Sat, 10 Dec 2022 20:47:34 +0800
Subject: [PATCH] Add link to github repo and myself
---
src/pages/welcome.jsx | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/pages/welcome.jsx b/src/pages/welcome.jsx
index 8169c6c1..27657f28 100644
--- a/src/pages/welcome.jsx
+++ b/src/pages/welcome.jsx
@@ -31,6 +31,17 @@ export default () => {
+
+
+
+ Built
+ {' '}
+ by{' '}
+
+ @cheeaun
+
+ .
+
);
};