Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"eslint": "9.36.0",
"eslint-config-next": "15.5.3",
"eslint-config-next": "15.5.4",
"firebase": "^12.0.0",
"form-data": "^4.0.0",
"framer-motion": "^12.0.0",
Expand All @@ -54,7 +54,7 @@
"lint-staged": "^16.0.0",
"lucide-react": "^0.544.0",
"luxon": "^3.4.2",
"next": "15.5.3",
"next": "15.5.4",
"posthog-js": "^1.257.0",
"posthog-node": "^5.5.1",
"prettier": "^3.3.3",
Expand Down
Binary file modified public/f25/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/Schedule/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const eventTypeColors = {
jellyfishAsset: "/f25/9.png",
},
[EventType.food]: {
bg: "bg-[#7bccf0]",
border: "border-[#7bccf0]",
bg: "bg-[#2b98a1]",
border: "border-[#2b98a1]",
text: "text-[#16A34A]",
label: "Food",
jellyfishAsset: "/f25/10.png",
Expand Down
Loading