fix(web/tvl): Elevate edef to have a direct edge

This commit is contained in:
Vincent Ambo 2020-04-22 00:11:02 +01:00
parent 2d89125428
commit 9a666bbed5

View file

@ -59,9 +59,9 @@ digraph tvl {
google -> tazjin; google -> tazjin;
eve -> tazjin; eve -> tazjin;
unspecific -> tazjin; unspecific -> tazjin;
edef -> tazjin;
// via nix // via nix
edef -> nix;
jusrin -> nix; jusrin -> nix;
ghuntley -> nix; ghuntley -> nix;
flokli -> nix; flokli -> nix;
@ -126,7 +126,7 @@ digraph tvl {
puck -> nix [weight=0 style="dotted" color="grey" arrowhead="none"]; puck -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
qyliss -> nix [weight=0 style="dotted" color="grey" arrowhead="none"]; qyliss -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
glittershark -> nix [weight=0 style="dotted" color="grey" arrowhead="none"]; glittershark -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
edef -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
cynthia -> baby [weight=0 style="dotted" arrowhead="none" color="pink"]; cynthia -> baby [weight=0 style="dotted" arrowhead="none" color="pink"];
eta -> baby [weight=0 style="dotted" arrowhead="none" color="pink"]; eta -> baby [weight=0 style="dotted" arrowhead="none" color="pink"];
} }