Skip to content

Commit

Permalink
added Redirect to page if we press logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Saipradyumnagoud committed Jun 7, 2024
1 parent 5350999 commit 72c6c42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
<nav class="sticky top-0 z-50 py-3 backdrop-blur-lg border-b border-neutral-700/80 text-white flex-row justify-between">
<div class="container px-4 py-0 border-none mx-auto relative lg:text-sm flex justify-between items-center">
<div class="flex items-center">
<img class="h-10 w-10 mr-2" src="./assets/logo.png" id="logo" alt="Logo" />
<a href="index.html"> <img class="h-10 w-10 mr-2" src="./assets/logo.png" id="logo" alt="Logo" />
<span class="text-xl tracking-tight hover-effect">ResourceHub</span>
</a>
<div id="google_element"></div>
<script src="http://translate.google.com/translate_a/element.js?cb=loadGoogleTranslate"></script>
<script>
Expand Down

0 comments on commit 72c6c42

Please sign in to comment.