Skip to content

Commit

Permalink
test change
Browse files Browse the repository at this point in the history
  • Loading branch information
maksood5010 committed Jul 10, 2024
1 parent de5044d commit 7b2ad7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Navbar/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const Navbar = ({ lr, nr, theme }) => {
<a className="logo">
{theme ? (
theme === "themeL" ? (
<img ref={lr} src={appData.lightLogo} alt="logo" />
) : (
<img ref={lr} src={appData.darkLogo} alt="logo" />
) : (
<img ref={lr} src={appData.lightLogo} alt="logo" />
)
) : (
<img ref={lr} src={appData.lightLogo} alt="logo" />
Expand Down Expand Up @@ -71,7 +71,7 @@ const Navbar = ({ lr, nr, theme }) => {
</Link>
</li>
<li className="nav-item ">
<Link to={`b5153d5b7c4f4f.site.godaddyarabicwsbonline.com`}>
<Link href={`/marketing-services`}>
<span className="nav-link">Marketing Solutions</span>
</Link>
</li>
Expand Down

0 comments on commit 7b2ad7e

Please sign in to comment.