mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 22:33:11 +00:00
Footer link fix
This commit is contained in:
parent
982341bfe5
commit
252c9a3855
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<img class='svg' src='<?php echo $root_dir; ?>assets/icons/github-logo.svg'>
|
||||
Github
|
||||
</a>
|
||||
<a class='link' href="about.php">
|
||||
<a class='link' href="<?php echo $root_dir; ?>about.php">
|
||||
<img class='svg' src='<?php echo $root_dir; ?>assets/icons/scroll.svg'>
|
||||
About
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue