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:
parent
254ddc45f8
commit
d358b81a10
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,6 @@ digraph tvl {
|
|||
puck -> edef;
|
||||
qyliss -> edef;
|
||||
rcombs -> edef;
|
||||
V -> edef;
|
||||
|
||||
// via spotify
|
||||
seven -> spotify;
|
||||
|
@ -144,6 +143,7 @@ digraph tvl {
|
|||
afra -> unspecific;
|
||||
nikky -> afra;
|
||||
spacekookie -> qyliss;
|
||||
V -> unspecific;
|
||||
}
|
||||
|
||||
// secondary edges (how are they connected otherwise?)
|
||||
|
|
Loading…
Reference in a new issue