Skip to content

Commit

Permalink
Merge pull request #267 from maggie-j-liu/patch-2
Browse files Browse the repository at this point in the history
hardcode spark onto bay area list
  • Loading branch information
abbyfischler authored Jul 29, 2023
2 parents 87d77cf + 0b0f94a commit acfab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[region].js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ let regions = [
{
name: 'the Bay Area',
filter: event => {
if (event.name == "AngelHacks Bay Area") {
if (event.name == "AngelHacks Bay Area" || event.name == "Spark") {
return true
}
const position = [37.641045, -122.228916]
Expand Down

0 comments on commit acfab6b

Please sign in to comment.