Skip to content

Commit

Permalink
gallery nav link changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilagavathi1 committed Nov 1, 2018
1 parent 4fb5a0a commit 4e99fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gallery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<body style="background-color:#e9ecef;">
<!-- nav -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<img src="https://gangsterteam.github.io/twinkle/images/logo.png" alt="Twinkle" class="img-fluid rounded" style="width:75px;height:50px;margin-top:2px;" />
<img src="../../images/logo.png" alt="Twinkle" class="img-fluid rounded" style="width:75px;height:50px;margin-top:2px;" />
<div style="margin-left:5px;">Twinkle</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
Expand All @@ -29,7 +29,7 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="https://gangsterteam.github.io/twinkle/">Home</a>
<a class="nav-link" href="../../index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About Us </a>
Expand Down

0 comments on commit 4e99fc2

Please sign in to comment.