We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4dcf1 commit 9d34768Copy full SHA for 9d34768
src/components/Faq.jsx
@@ -9,7 +9,7 @@ const Faq = () => {
9
return (
10
<section className="">
11
<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>
+ <h1 className="pt-20 pb-9 ">Welcome to <span className=" animate-pulse duration-300 text-[#0dff1c]">FOSSCU</span></h1>
13
<div>
14
<h2 className="pb-2">How can we help you?</h2>
15
</div>
@@ -140,4 +140,4 @@ const Faq = () => {
140
};
141
142
143
-export default Faq;
+export default Faq;
0 commit comments