tangled
alpha
login
or
join now
tynanpurdy.com
/
atprofile
3
fork
atom
Fork of atp.tools as a universal profile for people on the ATmosphere
3
fork
atom
overview
issues
pulls
pipelines
add padding
Natalie B
10 months ago
a6570274
aedf3316
+2
-2
1 changed file
expand all
collapse all
unified
split
src
components
views
eventsSmokesignal
calendarEvent.tsx
+2
-2
src/components/views/eventsSmokesignal/calendarEvent.tsx
···
86
86
</span>
87
87
</p>
88
88
<p>
89
89
-
<strong>Where:</strong> {getFriendlyTerm(value.mode)}{" "}
89
89
+
<strong>Where:</strong> {getFriendlyTerm(value.mode)}
90
90
{value.location &&
91
91
-
`${value.location.name}: ${value.location.street}, ${value.location.locality}, ${value.location.region}`}
91
91
+
` - ${value.location.name}: ${value.location.street}, ${value.location.locality}, ${value.location.region}`}
92
92
</p>
93
93
</div>
94
94