Skip to content

Commit 68390bb

Browse files
committed
small fixes
1 parent 6bc7541 commit 68390bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/lisbon.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ info:
99
hostIcon: icons/paris/dashlane.svg
1010
hostName: Dashlane
1111
maxCapacity: 25
12-
cfp: true
1312
site:
14-
city: Paris
13+
cfp: true
14+
city: Lisbon
1515
location: Dashlane
1616
organizers:
1717
googleMapsLink: https://goo.gl/maps/M8HCf3JqZ787HUzi8

src/pages/_main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const Main = ({ city, attendees }) => {
5353
</Panel>
5454
</section>
5555

56-
<Panel heading={thanks ? 'Special Thanks' : null}>
56+
<Panel heading={thanks && thanks.length ? 'Special Thanks' : null}>
5757
<Thanks
5858
organizers={organizers}
5959
thanks={thanks || []}

0 commit comments

Comments
 (0)