Skip to content

Commit

Permalink
"read more" button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petrivskyyy committed Aug 21, 2024
1 parent 37986a0 commit ddb16e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/events/listing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Grid = ({ data }: { data: IEvent[] }) => {
<h3 className={"font-slick normal-case font-light"}>
{event.title}
</h3>
<Link href={"/"}>
<Link href={{ pathname: "/events/[id]", params: { id: event.id } }}>
<p
className={
"uppercase text-rock-500 underline underline-offset-2"
Expand Down

0 comments on commit ddb16e5

Please sign in to comment.