Skip to content

Commit

Permalink
Update Footer component's displayed text
Browse files Browse the repository at this point in the history
The Footer component's text has been edited to display 'York Structural Biology Laboratory' instead of individual names, providing a more general attribution. This update simplifies the footer's content and enhances its uniformity with the overall web page design.

Signed-off-by: Jordan Dialpuri <[email protected]>
  • Loading branch information
Dialpuri committed Jan 25, 2024
1 parent 28af12d commit 2dd5a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/layouts/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Footer(): ReactElement {
<footer className="bg-gray w-full mt-auto">
<div className="w-full mx-auto max-w-screen-xl p-4 flex items-center justify-center">
<span className="text-sm text-primary text-center justify-center dark:text-gray-400">
Jordan Dialpuri, Haroldas Bagdonas and Jon Agirre
York Structural Biology Laboratory
<br />
© 2023-2024 University of York. All Rights Reserved.
<br />
Expand Down

0 comments on commit 2dd5a76

Please sign in to comment.