fix(web/tvl): Fix TVL graph

Change-Id: I6ce3be85a0248841837d18fdd4d251729061bfc8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2062
Reviewed-by: lukegb <lukegb@tvl.fyi>
Reviewed-by: firefly <firefly@firefly.nu>
Tested-by: BuildkiteCI
This commit is contained in:
V 2020-10-27 15:14:56 +01:00
parent 254ddc45f8
commit d358b81a10

View file

@ -108,7 +108,6 @@ digraph tvl {
puck -> edef; puck -> edef;
qyliss -> edef; qyliss -> edef;
rcombs -> edef; rcombs -> edef;
V -> edef;
// via spotify // via spotify
seven -> spotify; seven -> spotify;
@ -144,6 +143,7 @@ digraph tvl {
afra -> unspecific; afra -> unspecific;
nikky -> afra; nikky -> afra;
spacekookie -> qyliss; spacekookie -> qyliss;
V -> unspecific;
} }
// secondary edges (how are they connected otherwise?) // secondary edges (how are they connected otherwise?)