diff options
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 |