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 9bbe4d8 commit dfe5a1aCopy full SHA for dfe5a1a
src/components/Footer.tsx
@@ -14,7 +14,9 @@ const Footer: React.FC = () => {
14
transition={{ duration: 0.5, delay: 0.2 }}
15
className="text-center md:text-left"
16
>
17
- <h3 className="text-gray-100 font-semibold mb-2">Let's Connect</h3>
+ <h3 className="text-gray-100 font-semibold mb-2">
18
+ Let's Connect
19
+ </h3>
20
<p className="text-gray-400 max-w-md">
21
Open for collaborations and interesting projects. Feel free to
22
reach out!
0 commit comments