Skip to content

Commit

Permalink
FooterInfo: update spec
Browse files Browse the repository at this point in the history
Also rebrand and bump packs
  • Loading branch information
makinbacon21 committed Nov 18, 2024
1 parent dc700a3 commit 5f2b138
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 119 deletions.
14 changes: 6 additions & 8 deletions components/FooterInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
"use client";

import FullCalendar from "@fullcalendar/react";
import timeGridPlugin from "@fullcalendar/timegrid"; // a plugin!
import InfoIcon from "@mui/icons-material/Info";
import {
Button,
Card,
Link,
Modal,
ModalBody,
Expand All @@ -14,9 +11,9 @@ import {
ModalHeader,
useDisclosure,
} from "@nextui-org/react";
import moment from "moment";
import packageInfo from "../package.json";

export default function FooterInfo(props: any) {
export default function FooterInfo() {
const { isOpen, onOpen, onClose } = useDisclosure();

const handleOpen = () => {
Expand Down Expand Up @@ -52,7 +49,7 @@ export default function FooterInfo(props: any) {
isExternal
className="text-[#f46523]"
href="mailto:[email protected]"
title="Sccs Staff Email"
title="SCCS Staff Email"
>
email us.
</Link>
Expand All @@ -70,8 +67,9 @@ export default function FooterInfo(props: any) {
</Link>
</div>
<br />
<span className="text-xs mt-3 ">
© 2024 Swarthmore College Computer Society | v2.0.0
<span className="text-sm mt-3 ">
© 2024 Swarthmore College Computer Society | v
{packageInfo.version}
</span>
</div>
</ModalBody>
Expand Down
Loading

0 comments on commit 5f2b138

Please sign in to comment.