We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc7541 commit 68390bbCopy full SHA for 68390bb
data/lisbon.yaml
@@ -9,9 +9,9 @@ info:
9
hostIcon: icons/paris/dashlane.svg
10
hostName: Dashlane
11
maxCapacity: 25
12
- cfp: true
13
site:
14
- city: Paris
+ cfp: true
+ city: Lisbon
15
location: Dashlane
16
organizers:
17
googleMapsLink: https://goo.gl/maps/M8HCf3JqZ787HUzi8
src/pages/_main.js
@@ -53,7 +53,7 @@ const Main = ({ city, attendees }) => {
53
</Panel>
54
</section>
55
56
- <Panel heading={thanks ? 'Special Thanks' : null}>
+ <Panel heading={thanks && thanks.length ? 'Special Thanks' : null}>
57
<Thanks
58
organizers={organizers}
59
thanks={thanks || []}
0 commit comments