Skip to content

Commit

Permalink
case sensitivity strikes again ._.
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed Nov 29, 2024
1 parent b848cd7 commit 1a56716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/events/EventItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface EventItemProps {
export default function EventItem({ event }: EventItemProps) {
const imageUrl = event.thumbnail
? `https://${event.thumbnail}`
: '/lcs.png';
: '/LCS.png';

return (
<div key={event.id} className="rounded border-2 bg-gray w-64">
Expand Down

0 comments on commit 1a56716

Please sign in to comment.