Skip to content

Commit

Permalink
Removing yellow give bar and adding give to main menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucastbelem committed May 5, 2023
1 parent 80e02eb commit b2758ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions public/static/content/homepage.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
"showSearch": true,
"showFooter": true,
"showMenu": true,
"weatherAlert": false,
"showYellowBar": {
"text": "Give Today",
"action": "/give"
}
"weatherAlert": false
},

"content": [
Expand Down
8 changes: 4 additions & 4 deletions public/static/data/MainMenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"name": "Peacemakers",
"location": "/peacemakers"
},
{
"name": "Give",
"location": "/give"
},
{
"name": "Teaching",
"location": "/teaching",
Expand Down Expand Up @@ -44,10 +48,6 @@
{
"name": "Compassion",
"location": "/compassion"
},
{
"name": "Give",
"location": "/give"
}
]
},
Expand Down

0 comments on commit b2758ca

Please sign in to comment.