diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-06-28 10:31:34 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-06-28 10:31:34 +0300 |
commit | f2294d7da063e05ee81befb27173b791bccdc2c8 (patch) | |
tree | 494cb9da2b4379c416e041e9504ecba5c32259d9 /src/pages/widgets/links.pug | |
parent | Merge branch 'UI-Changes' of https://github.com/EdwardLangdon/libredirect int... (diff) | |
download | libredirect-f2294d7da063e05ee81befb27173b791bccdc2c8.zip |
fixing & refining About Page #368
Diffstat (limited to 'src/pages/widgets/links.pug')
-rw-r--r-- | src/pages/widgets/links.pug | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pages/widgets/links.pug b/src/pages/widgets/links.pug index ed152c17..cac2ecb3 100644 --- a/src/pages/widgets/links.pug +++ b/src/pages/widgets/links.pug @@ -1,4 +1,4 @@ -include ../widgets/icons.pug +include ./icons.pug mixin links(service) section#links.links @@ -77,6 +77,7 @@ mixin links(service) .title +send a(href="#sendTargets" data-localise="__MSG_sendFiles__") Send Files + .title - img(src="about", alt="") - a(href="about" data-localise="__MSG_about") About \ No newline at end of file + +about + a(href="#about" data-localise="__MSG_about") About \ No newline at end of file |