Skip to content

Commit

Permalink
Merge pull request #526 from harshgupta2125/main
Browse files Browse the repository at this point in the history
logo redirection fixed
  • Loading branch information
suryanshsk authored Nov 5, 2024
2 parents ae554dc + 4ff4e4d commit 35c273d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<body>

<nav>
<div class="logo"><a style="display: flex; justify-content: left" href="/index.html"><img
<div class="logo"><a style="display: flex; justify-content: left" href="/frontend/index.html"><img
src="image/voice-assistant-ai-high-resolution-logo-transparent.png" width="20%"
alt="Voice-Assistant-Ai"></a></div>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<!-- Header Section -->
<header class="main-header">
<nav>
<div class="logo"><a style="display: flex; justify-content: left" href="/index.html"><img
<div class="logo"><a style="display: flex; justify-content: left" href="/frontend/index.html"><img
src="image/voice-assistant-ai-high-resolution-logo-transparent.png" width="20%"
alt="Voice-Assistant-Ai"></a></div>
<ul>
Expand Down

0 comments on commit 35c273d

Please sign in to comment.