-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #424 from Saipradyumnagoud/main
Updated links for live chat and customer Review
- Loading branch information
Showing
3 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = () => { | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters