Fork of atp.tools as a universal profile for people on the ATmosphere

add padding

Natalie B a6570274 aedf3316

+2 -2
+2 -2
src/components/views/eventsSmokesignal/calendarEvent.tsx
··· 86 86 </span> 87 87 </p> 88 88 <p> 89 - <strong>Where:</strong> {getFriendlyTerm(value.mode)}{" "} 89 + <strong>Where:</strong> {getFriendlyTerm(value.mode)} 90 90 {value.location && 91 - `${value.location.name}: ${value.location.street}, ${value.location.locality}, ${value.location.region}`} 91 + ` - ${value.location.name}: ${value.location.street}, ${value.location.locality}, ${value.location.region}`} 92 92 </p> 93 93 </div> 94 94