From f2294d7da063e05ee81befb27173b791bccdc2c8 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 28 Jun 2022 10:31:34 +0300 Subject: fixing & refining About Page #368 --- src/pages/widgets/links.pug | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/pages/widgets/links.pug') 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 -- cgit 1.4.1