Skip to content

Commit

Permalink
#88 - wip
Browse files Browse the repository at this point in the history
  • Loading branch information
EwelinaSkrzypacz committed Sep 24, 2024
1 parent 91b93ed commit ea6e364
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -819,11 +819,7 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
class="w-max-2xl flex shrink flex-col divide-y divide-y-reverse divide-slate-100/25 rounded-2xl px-4 pt-2"
>
<template x-for="meetup in pastMeetups">
<a
:href="`meetup.html?meetupId"
="${meetup.id}`"
target="_blank"
>
<a :href="`meetup.html?meetupId=${meetup.id}`" target="_blank">
<div
class="grid grid-cols-[180px,1fr,auto] items-center py-4 lg:py-10"
>
Expand Down

0 comments on commit ea6e364

Please sign in to comment.