From 6ba696dc88575e9a82b524b9eeaaca44597f7793 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Fri, 20 Oct 2017 17:24:54 -0700 Subject: [PATCH] removed brackets from "learn more" hyperlink --- views/index.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.handlebars b/views/index.handlebars index 4ca82abf..89a410cd 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -88,7 +88,7 @@ /* socket.io message listeners */ socket.on('publish-status', function(msg){ updatePublishStatus(msg); - updateUploadPercent(`

Curious what magic is happening here? [learn more]

`); + updateUploadPercent(`

Curious what magic is happening here? learn more

`); }); socket.on('publish-failure', function(msg){ updatePublishStatus('

--(✖╭╮✖)→

' + JSON.stringify(msg) + '

For help, post the above error text in the #speech channel on the lbry slack');