trying a new push

This commit is contained in:
csawatzky 2025-05-26 16:25:38 -06:00
parent 701e49bcf2
commit 24fcb63ae6

View file

@ -258,7 +258,7 @@ export default function Sites() {
siteCards.push( siteCards.push(
<Card <Card
key={site.site.key()} key={site.site.key()}
style={{ margin: 10, padding: 5 }} style={{ margin: 10, padding: 5 }}
onClick={() => { onClick={() => {
goToSite(site); goToSite(site);
}}> }}>