-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- bump packs - clean configs etc a bit - minor layout fixes - minor ui improvements
- Loading branch information
1 parent
d72430e
commit deb30ac
Showing
9 changed files
with
988 additions
and
463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
import packageInfo from '../package.json'; | ||
|
||
export default function Footer() { | ||
return ( | ||
<footer className="py-2 bg-white dark:bg-dark-blue footer-height flex justify-center items-center shadow"> | ||
<footer className="py-2 bg-white dark:bg-dark-blue header-height flex justify-center items-center shadow"> | ||
<div className="max-w-screen-lg h-full content-center px-2"> | ||
<p | ||
className="text-black dark:text-white text-center mb-0 text-xs md:text-sm" | ||
> | ||
© 2024 Swarthmore College Computer Society | | ||
v{packageInfo.version} | ||
| | ||
<a className="grad hover:brightness-150 dark:brightness-150 dark:hover:brightness-100" href="https://www.sccs.swarthmore.edu/docs/policy">Usage & Data Policy</a> | ||
| Problems with this website? Email | ||
<a className="grad hover:brightness-150 dark:brightness-150 dark:hover:brightness-100" href="mailto:[email protected]">[email protected]</a>. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.