Skip to content

Commit

Permalink
Updated demo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
VctorAHernndez committed Jan 5, 2021
1 parent a2f66d4 commit dae8695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Food in PR

Live demo: https://calm-dawn-09607.herokuapp.com
[Click here](https://food-in-pr.herokuapp.com) for the live demo.

## Description

Expand Down Expand Up @@ -77,4 +77,4 @@ This repo contains a sample web page taken from SAL! (i.e. test.html) which is t
**DISCLAIMER: RESTAURANT DETAILS ARE GIVEN IN SPANISH**


Made by [Víctor Hernández](https://www.github.com/vctorahernndez)
Made by [Víctor Hernández](https://www.github.com/vctorahernndez)
1 change: 1 addition & 0 deletions client/src/components/Filters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class Filters extends Component {
onChange={this.handleChange.bind(this)}
>
<MenuItem value="">{isEnglish ? "Choose Environment" : "Escoja Ambiente"}</MenuItem>
<Divider />
<MenuItem value="Bistro">{isEnglish ? "Bistro" : "Bistró"}</MenuItem>
<MenuItem value="Casual">Casual</MenuItem>
<MenuItem value="Familiar">{isEnglish ? "Family Friendly" : "Familiar"}</MenuItem>
Expand Down

0 comments on commit dae8695

Please sign in to comment.