Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added bug fixes. #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/contact/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ class Contact extends Component {
<div id="iframewrap">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1747.430767469776!2d77.10345928463305!3d28.842982131809055!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390d1b1923ada2e3%3A0x1169930518add2fe!2sNational+Institute+of+Technology+Delhi!5e0!3m2!1sen!2sin!4v1508233541308"
width="100%" height="100%"
frameborder="0"
frameBorder="0"
style={{border:"0"}}
allowfullscreen
allowFullScreen
>
</iframe>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/events/event/forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class Forms extends Component {
{this.state.value?<p>All field are required.</p>:''}
{player}
{this.state.required?
<div className="warnings">*Required fields can't be empty or entered data is not valid</div>
<div className="warnings">*Required fields cannot be empty or entered data is not valid</div>
:''
}
{this.state.value
Expand Down