Skip to content

Commit 0933a7a

Browse files
version 2
1 parent 4448d89 commit 0933a7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<body>
1414
<nav>
1515
<div class="nav-wrapper green">
16-
<a href="#" class="brand-logo">Todo List Application</a>
16+
<a href="index.html" class="brand-logo">Todo List Application</a>
1717
<ul id="nav-mobile" class="right hide-on-med-and-down">
1818
<li><a href="https://github.com/naveenkumar-j" target="_blank">Source code</a></li>
1919
<li><a href="https://www.linkedin.com/in/naveenkumar-j-610147174/" target="_blank">Developer details</a></li>
@@ -87,8 +87,8 @@ <h5 class="white-text">Tech Stacks Used</h5>
8787
<div class="footer-copyright green darken-3">
8888
<div class="container ">
8989
© 2022 Copyright All Rights reserved
90-
<a class="grey-text text-lighten-4 right" href="#">
91-
<i class="fa fa-arrow-up" aria-hidden="true" href="#"></i> Go to Top
90+
<a class="grey-text text-lighten-4 right" href="index.html">
91+
<i class="fa fa-arrow-up" aria-hidden="true" href="index.html"></i> Go to Top
9292
</a>
9393
</div>
9494
</div>

0 commit comments

Comments
 (0)