From 0e158541c6949c5f96239fa19e06d4029fd40ba8 Mon Sep 17 00:00:00 2001 From: algovado <90692255+algovado@users.noreply.github.com> Date: Thu, 30 May 2024 00:44:21 +0300 Subject: [PATCH] update centering and faq section layout also use wallet enhancer site instead of pera and allo --- src/components/FaqSectionComponent.jsx | 10 +- src/components/Footer.jsx | 2 +- src/pages/SimpleBatchMint.jsx | 2 +- src/pages/SimpleMint.jsx | 381 ++++++++++++------------- src/pages/SimpleUpdate.jsx | 355 ++++++++++++----------- src/utils.js | 24 +- 6 files changed, 385 insertions(+), 389 deletions(-) diff --git a/src/components/FaqSectionComponent.jsx b/src/components/FaqSectionComponent.jsx index ac7704c..3101ff4 100644 --- a/src/components/FaqSectionComponent.jsx +++ b/src/components/FaqSectionComponent.jsx @@ -1,19 +1,19 @@ import { useState } from "react"; const FAQItem = ({ faq, index, toggleFAQ }) => ( -
+
-

{faq.answer}

+

{faq.answer}

); @@ -37,8 +37,8 @@ const FaqSectionComponent = ({faqData}) => { }; return ( -
-

+
+

Frequently Asked Questions

{faqs.map((faq, index) => ( diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index c852469..7940b55 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -2,7 +2,7 @@ import { Tooltip, Typography } from "@mui/material"; export function Footer() { return ( -