We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c6032 commit 6675361Copy full SHA for 6675361
src/components/Footer.js
@@ -16,7 +16,7 @@ const Footer = () => {
16
</form>
17
</div>
18
<div className="md:text-right">
19
- <h3 className="text-lg font-semibold text-white">Follow Me...</h3>
+ <h3 className="text-lg font-semibold text-white">Socials</h3>
20
<div className="mt-4 flex md:justify-end gap-4">
21
<a href="https://x.com/fezcoddy" className="text-gray-400 hover:text-white transition-colors">Twitter</a>
22
<a href="https://github.com/fezcode" className="text-gray-400 hover:text-white transition-colors">GitHub</a>
0 commit comments