From b28d714e9e9f2d0e1c05b8777181365b4e65e798 Mon Sep 17 00:00:00 2001 From: James Graham Date: Wed, 12 May 2021 19:39:33 +0100 Subject: [PATCH] fix: add arrow to organisation relationships --- people/static/js/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/people/static/js/network.js b/people/static/js/network.js index 90b5737..4da4d68 100644 --- a/people/static/js/network.js +++ b/people/static/js/network.js @@ -146,7 +146,7 @@ function get_network() { lineColor: { 'organisation-membership': '#669933' }[relationship.kind] || 'black', - lineArrowShape: 'none' + lineArrowShape: 'triangle' } }) } catch (exc) {