From 360e69fda1ec8958048349690cab32f1a5f5b488 Mon Sep 17 00:00:00 2001 From: BlazeSN860 Date: Sun, 19 May 2024 22:24:38 +0530 Subject: [PATCH] fix(refund): changed css import. --- src/modules/Public/Donation/pages/Refund.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/modules/Public/Donation/pages/Refund.tsx b/src/modules/Public/Donation/pages/Refund.tsx index 27d2e64c8..9ef3315a9 100644 --- a/src/modules/Public/Donation/pages/Refund.tsx +++ b/src/modules/Public/Donation/pages/Refund.tsx @@ -1,13 +1,18 @@ -import styles from "./Donate.module.css"; +import styles from "../Donation.module.css"; import Footer from "../components/Footer"; import Navbar from "../components/Navbar"; import RefundPage from "../components/RefundText"; const Refund = () => { - return( + return (
-
textured background
+
+ textured background +
@@ -15,7 +20,7 @@ const Refund = () => {
- ) + ); }; -export default Refund \ No newline at end of file +export default Refund;