This is an automated email from the ASF dual-hosted git repository.

apratim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d46494c  Update index.tsx
d46494c is described below

commit d46494c1580473d12cb5a621c0161c85cb1dca29
Author: Apratim Shukla <[email protected]>
AuthorDate: Wed May 22 23:37:54 2024 -0700

    Update index.tsx
---
 src/components/Setup/index.tsx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/components/Setup/index.tsx b/src/components/Setup/index.tsx
index 97ae570..1b7a55e 100644
--- a/src/components/Setup/index.tsx
+++ b/src/components/Setup/index.tsx
@@ -5,7 +5,7 @@ import SectionTitle from "../Common/SectionTitle";
 
 const Setup = () => {
   return (
-    <section className="relative z-10 py-16 md:py-20 lg:py-28" style={{ 
backgroundColor: '#0F0F1A' }}>
+    <section className="relative z-10 py-16 md:py-20 lg:py-28" style={{ 
backgroundImage: `url('data:image/svg+xml,<svg id="visual" viewBox="0 0 2000 
1000" width="2000" height="1000" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; version="1.1"><path d="M0 371L154 
371L154 111L308 111L308 281L462 281L462 471L615 471L615 171L769 171L769 151L923 
151L923 171L1077 171L1077 101L1231 101L1231 111L1385 111L1385 281L1538 281L1538 
391L1692 391L1692 311L1846 311L1846 23 [...]
       <div className="container">
         <SectionTitle
           title="Quick Setup"
@@ -27,7 +27,6 @@ const Setup = () => {
           </div>
         </div>
       </div>
-      <div className="absolute bottom-0 left-0 right-0 z-[-1] h-full w-full 
bg-[url(/images/setup/shape.svg)] bg-cover bg-center bg-no-repeat"></div>
     </section>
   );
 };

Reply via email to