From 2720742bbe764e1977de6e124fcd6bc1c9666ffe Mon Sep 17 00:00:00 2001 From: Isaiah Billingsley Date: Sat, 23 Oct 2021 16:10:22 -0400 Subject: [PATCH] fix link to preferences on insights page --- ui/insight/src/info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/insight/src/info.ts b/ui/insight/src/info.ts index 964a82cc7a..acd4800ba0 100644 --- a/ui/insight/src/info.ts +++ b/ui/insight/src/info.ts @@ -17,7 +17,7 @@ export default function (ctrl: Ctrl) { 'a', { attrs: { - href: '/account/preferences/privacy', + href: '/account/preferences/site', target: '_blank', rel: 'noopener', },