Skip to content

Commit

Permalink
fix: next image issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ololade2002 committed Nov 5, 2023
1 parent ea4d718 commit f7294e8
Show file tree
Hide file tree
Showing 3 changed files with 8,304 additions and 7,425 deletions.
6 changes: 3 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# #!/usr/bin/env sh
# . "$(dirname -- "$0")/_/husky.sh"
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# npx --no -- commitlint --edit "$1"
npx --no -- commitlint --edit "$1"
2 changes: 2 additions & 0 deletions src/components/GetActivities.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ const GetActivities = () => (
src={event?.image}
alt={event.name}
className="w-full mb-4 rounded-md object-contain my-4"
width={20}
height={20}
/>

<div className="flex justify-between text-2xl bottom-1 w-[100%]">
Expand Down
Loading

0 comments on commit f7294e8

Please sign in to comment.