From dfbe6706f299632eb42f436eff80154e9d84c2ad Mon Sep 17 00:00:00 2001 From: Bhavya <110487270+bhaavvya@users.noreply.github.com> Date: Fri, 1 Sep 2023 13:17:59 +0530 Subject: [PATCH] [Fix]:Update Btech.module.css (#605) * Update Btech.module.css Signed-off-by: Bhavya <110487270+bhaavvya@users.noreply.github.com> * Update index.js Signed-off-by: Bhavya <110487270+bhaavvya@users.noreply.github.com> * Update index.js Signed-off-by: Bhavya <110487270+bhaavvya@users.noreply.github.com> --------- Signed-off-by: Bhavya <110487270+bhaavvya@users.noreply.github.com> --- pages/index.js | 1 + styles/Btech.module.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index.js b/pages/index.js index be39c4f6..7b5a4a11 100644 --- a/pages/index.js +++ b/pages/index.js @@ -96,6 +96,7 @@ export default function Home() { setMessage(''); seterror(''); setsuccess('Contact form sent successfully!!'); + } setForm(emptyForm); } diff --git a/styles/Btech.module.css b/styles/Btech.module.css index c1249e9f..eb30b8ee 100644 --- a/styles/Btech.module.css +++ b/styles/Btech.module.css @@ -78,7 +78,7 @@ } #firstyear { - background: url("/images/btech/firstyear.webp") no-repeat center center; + background: url("/images/btech/firstYear.webp") no-repeat center center; } #cs { background: url("/images/btech/cs.svg") no-repeat center center;