Skip to content
Snippets Groups Projects
Commit 5c5268ea authored by Edgard Marx's avatar Edgard Marx
Browse files

- fixing issue with dataset menu toggle

parent 6c0c1554
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ if (basename($_SERVER["SCRIPT_FILENAME"], '.php')=="index") $base=""; else $base
<a href="<?php echo $base;?>#portfolio">Portfolio</a>
</li>
<li class="page-scroll">
<a href="<?php echo $base;?>#portfolio">Dataset</a>
<a href="<?php echo $base;?>#dataset">Dataset</a>
</li>
<li class="page-scroll">
<a href="<?php echo $base;?>#blog">Blog</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment