chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-09-15 23:40:16 -07:00
parent 4770654b4e
commit ade57be4a5
No known key found for this signature in database
6 changed files with 5 additions and 13 deletions

View file

@ -43,5 +43,6 @@
& footer {
padding-bottom: var(--spacing-3xl);
width: unset;
}
}

View file

@ -57,7 +57,6 @@ const processConcerts = (concerts) => {
boundingBox: concert['bounding_box'],
notes: concert['venue_notes']
},
description: 'I went to (yet another) concert!',
notes: concert['concert_notes'],
artist: concert['artist'] ? {
name: concert['artist_name'],