Skip to content

Commit 2d38140

Browse files
authored
Merge pull request #5 from fossuok/dev
fixed register button for post summit meetup
2 parents d9187d4 + bc2a9a0 commit 2d38140

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/pages/events/[...slug].astro

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,9 @@ const OGImage = "https://fossuok.org/images/thumbnail.jpg";
229229
entry.data.registrationLink && (
230230
<a
231231
href={entry.data.registrationLink}
232-
class="relative flex h-11 w-full items-center justify-center px-6 bg-primary rounded-full"
233-
>
234-
Register Now
235-
</a>
232+
class="relative flex w-full h-9 text-sm font-semibold items-center justify-center px-4 rounded-full text-white bg-primary transition duration-300 hover:scale-105 active:duration-75 active:scale-95 sm:w-max">
233+
Register Now
234+
</a>
236235
)
237236
}
238237
</div>

0 commit comments

Comments
 (0)