Skip to content

Commit 2523371

Browse files
Move gradients to verb
1 parent 90736b6 commit 2523371

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/components/FAQ.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ const FAQBox = ({ defaultOpen, title, content, links }) => {
135135
viewBox="0 0 20 20"
136136
fill="none"
137137
xmlns="http://www.w3.org/2000/svg"
138-
className={`transition-all duration-500 ${isOpen ? "rotate-[180deg]" : "rotate-[270deg]"
139-
}`}
138+
className={`transition-all duration-500 ${isOpen ? "rotate-[180deg]" : "rotate-[270deg]"}`}
140139
>
141140
<path
142141
d="M4.16732 12.5L10.0007 6.66667L15.834 12.5"

src/components/Features1.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const Features1 = () => {
2323
<div className="mx-auto lg:mx-auto w-11/12 sm:w-4/5 md:w-3/4 lg:w-unset">
2424
<span className="block-subtitle">Embrace Innovation</span>
2525
<h2 className="mt-6 mb-8 text-4xl lg:text-5xl block-big-title">
26-
Discover <span className="rainbow-text-gradient font-extrabold">Web X</span>
26+
<span className="rainbow-text-gradient font-extrabold">Discover</span> Web X
2727
</h2>
2828
<p className="mb-10 text-secondaryText leading-loose">
2929
Web X is a minimal and powerful framework designed for developers who need high-performance and scalable web backends, REST APIs, and hypermedia systems.

src/components/Features2.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const Features2 = () => (
4343
Join the Movement
4444
</span>
4545
<h2 className="mt-6 mb-8 text-4xl lg:text-5xl block-big-title">
46-
Awesome <span className="rainbow-text-gradient font-extrabold">Open-Source</span> Community
46+
<span className="rainbow-text-gradient font-extrabold">Awesome</span> Community
4747
</h2>
4848
<p className="mb-6 text-secondaryText leading-loose">
4949
Developers from all over the world contribute to our open-source
@@ -60,5 +60,5 @@ export const Features2 = () => (
6060
</div>
6161
</div>
6262
</motion.div>
63-
</section>
63+
</section >
6464
);

0 commit comments

Comments
 (0)