chore: cleanup
This commit is contained in:
parent
4770654b4e
commit
ade57be4a5
6 changed files with 5 additions and 13 deletions
|
@ -43,5 +43,6 @@
|
|||
|
||||
& footer {
|
||||
padding-bottom: var(--spacing-3xl);
|
||||
width: unset;
|
||||
}
|
||||
}
|
|
@ -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'],
|
||||
|
|
Reference in a new issue