Skip to content

Commit

Permalink
fix: Was changed link
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasiuk-anatolii committed Jun 7, 2023
1 parent 3338361 commit 0aec7c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h3 align="center">Delivery App</h3>

<p align="center">
<a href="http://ec2-16-171-1-144.eu-north-1.compute.amazonaws.com:3000">View Demo</a>
<a href="http://ec2-16-16-100-211.eu-north-1.compute.amazonaws.com:3000">View Demo</a>
</p>
</p>

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Form/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { postOrder } from '../../api/api';
import { v4 as uuidv4 } from 'uuid';
import ReCAPTCHA from 'react-google-recaptcha';
import { clearCart, setError } from '../../store/actions';
const SITE_KEY = '6LegunMmAAAAAAyq1VxTy_VwBt4cc0B0Www-R6Gp';
const SITE_KEY = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';

interface FormValues {
name: string,
Expand Down

0 comments on commit 0aec7c1

Please sign in to comment.