Skip to content

Commit

Permalink
Update Footer.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
am9zZWY authored Dec 17, 2024
1 parent de8f0dc commit 559121f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/layout/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Footer = () => {
<footer
className="flex flex-col justify-between items-center bg-gray-50 shadow z-10 rounded-lg p-2 md:p-4 my-5 w-full max-w-7xl mx-auto">
<p>Copyright © 2024 <a href="https://www.fsi.uni-tuebingen.de">Fachschaft Informatik Tübingen</a></p>
<p><a href="https://github.com/Zeilenschubser/">Made with 🍕 by Zeilenschubser and Josef Müller</a></p>
<p>Made with 🍕 by <a href="https://github.com/Zeilenschubser/">Zeilenschubser</a> and <a href="https://github.com/am9zZWY">Josef Müller</a></p>
</footer>
);
};
Expand Down

0 comments on commit 559121f

Please sign in to comment.