Skip to content

Commit bc5e3fe

Browse files
committed
Cleaning footer
1 parent 154c3f2 commit bc5e3fe

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

frontend/src/components/Footer.jsx

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,23 @@ const Footer = () => {
2121
</h3>
2222
</div>
2323
</div>
24-
<p className="text-gray-300 max-w-md leading-relaxed mb-6">
25-
Built by Raghu, Tommy and Gabriel from UT Austin.
24+
<p className="text-gray-300 max-w-md leading-relaxed mb-4">
25+
Built with ❤️ by Raghu, Gabriel, and Tommy.
2626
</p>
27-
<p className="text-gray-300 max-w-md leading-relaxed mb-6">
27+
<p className="text-gray-300 max-w-md leading-relaxed mb-4">
28+
<a href="https://github.com/RogueTex/ContentGenerator_RooHackathon" target="_blank" rel="noopener noreferrer" className="text-primary-400 hover:underline">
29+
View Source Code on GitHub
30+
</a>
31+
</p>
32+
<p className="text-gray-300 max-w-md leading-relaxed">
2833
Contact: <a href="mailto:raghu.s@utexas.edu" className="text-primary-400 hover:underline">raghu.s@utexas.edu</a>
2934
</p>
3035
</div>
3136

32-
{/* Empty div to balance grid layout if needed, or remove if not */}
37+
{/* Links or other content can go here */}
3338
<div></div>
39+
40+
{/* Social links or other content can go here */}
3441
<div></div>
3542
</div>
3643

0 commit comments

Comments
 (0)