Skip to content

Commit 9d34768

Browse files
fix: space in heading.
1 parent 6d4dcf1 commit 9d34768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Faq.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Faq = () => {
99
return (
1010
<section className="">
1111
<div className="text-center mb-8 text-4xl tracking-tight font-extrabold text-white ">
12-
<h1 className="pt-20 pb-9 ">Welcome to<span className=" animate-pulse duration-300 text-[#0dff1c]">FOSSCU!</span></h1>
12+
<h1 className="pt-20 pb-9 ">Welcome to <span className=" animate-pulse duration-300 text-[#0dff1c]">FOSSCU</span></h1>
1313
<div>
1414
<h2 className="pb-2">How can we help you?</h2>
1515
</div>
@@ -140,4 +140,4 @@ const Faq = () => {
140140
};
141141

142142

143-
export default Faq;
143+
export default Faq;

0 commit comments

Comments
 (0)