Skip to content

Commit

Permalink
Merge pull request #27 from UTDNebula/calendar
Browse files Browse the repository at this point in the history
Calendar
  • Loading branch information
TyHil authored Apr 27, 2024
2 parents 98471c2 + e5bdca1 commit ec44394
Show file tree
Hide file tree
Showing 10 changed files with 530 additions and 9 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"calendar-link": "^2.6.0",
"clsx": "^2.0.0",
"google-auth-library": "^9.5.0",
"next": "^13.4.19",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
Expand Down
189 changes: 187 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions public/filled-chevron-up-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/filled-chevron-up-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions public/filled-chevron-up.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ const Footer = (props: FooterProps) => {
<StyledNextLink href="/resources/roles">Roles</StyledNextLink>
<StyledNextLink href="/about/governance">Project Governance</StyledNextLink>
<StyledNextLink href="/resources/meetings">Meetings</StyledNextLink>
<StyledNextLink href="/resources/calendar">Calendar</StyledNextLink>
<StyledNextLink href="/resources/design-guide">Design Guide</StyledNextLink>
</div>
<div className="flex flex-col items-start gap-4 lg:ml-auto">
Expand Down
Loading

0 comments on commit ec44394

Please sign in to comment.