From 26803f38072f60e01a5c662222bf1146aa523aa8 Mon Sep 17 00:00:00 2001 From: iMaeGoo Date: Sat, 11 Jan 2020 00:36:55 +0800 Subject: [PATCH] fix(widget): incorrect links href (#592) Recommendation links should link to correct URL. --- layout/widget/links.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/widget/links.jsx b/layout/widget/links.jsx index 4ddc243..35891ef 100644 --- a/layout/widget/links.jsx +++ b/layout/widget/links.jsx @@ -16,7 +16,7 @@ class Links extends Component { hostname = new URL(hostname).hostname; } catch (e) { } return
  • - + {i}