diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-06-28 08:45:07 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-06-28 08:45:07 +0300 |
commit | 69b9eb0e2e903bc6d628f1d9a5a0427870c36bca (patch) | |
tree | 669874b73dcf27bde6680882f8a7b8145cb8e64b /src/pages/widgets/links.pug | |
parent | update instances (diff) | |
parent | Added About page (diff) | |
download | libredirect-69b9eb0e2e903bc6d628f1d9a5a0427870c36bca.zip |
Merge branch 'UI-Changes' of https://github.com/EdwardLangdon/libredirect into EdwardLangdon-UI-Changes
Diffstat (limited to 'src/pages/widgets/links.pug')
-rw-r--r-- | src/pages/widgets/links.pug | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/pages/widgets/links.pug b/src/pages/widgets/links.pug index b2dca780..ed152c17 100644 --- a/src/pages/widgets/links.pug +++ b/src/pages/widgets/links.pug @@ -74,6 +74,9 @@ mixin links(service) +maps a(href="#maps" data-localise="__MSG_maps__") Maps - .title + .title +send - a(href="#sendTargets" data-localise="__MSG_sendFiles__") Send Files \ No newline at end of file + 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 |