Skip to content

Commit

Permalink
Merge pull request #424 from Saipradyumnagoud/main
Browse files Browse the repository at this point in the history
Updated links for live chat and customer Review
  • Loading branch information
usha-madithati authored Jul 17, 2024
2 parents b070c4f + fcef78a commit ff406a4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from "react";
import { Link, useLocation } from "react-router-dom";

const emailAddress = '[email protected]';

const Footer = () => {
Expand Down Expand Up @@ -111,15 +112,12 @@ const Footer = () => {
</Link>
</li>
<li>
<Link to="/" className="text-gray-600 hover:text-gray-800">
Live Chat Link
<Link to="/live-chat" className="text-gray-600 hover:text-gray-800">
Live Chat
</Link>
</li>
<li>
<Link
to="/user/review"
className="text-gray-600 hover:text-gray-800"
>
<Link to="/user/review" className="text-gray-600 hover:text-gray-800">
Customer Review
</Link>
</li>
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10396,9 +10396,9 @@ typedarray-to-buffer@^3.1.5:
is-typedarray "^1.0.0"

"typescript@^3.2.1 || ^4", "typescript@>= 2.7", "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta":
version "5.5.3"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
version "4.9.5"
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

unbox-primitive@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit ff406a4

Please sign in to comment.