Skip to content

Commit 7931cfb

Browse files
authored
Merge pull request #20 from kyoto-tech/calendar_blank
Increased hyperlink text
2 parents 5756ee5 + 9b75bf3 commit 7931cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EventList.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default function EventList({ events }) {
22
if (!events || events.length === 0) {
3-
return <p className=" mt3 text-gray-500 italic">Check back soon for events! Join our meetup group <a href="https://www.meetup.com/ja-JP/kyoto-tech-meetup">here</a> to get updates.</p>;
3+
return <p className=" mt3 text-gray-500 italic">Check back soon for events! <a href="https://www.meetup.com/ja-JP/kyoto-tech-meetup"> Join our meetup group here to get updates.</a></p>;
44
}
55

66
return (

0 commit comments

Comments
 (0)