diff options
author | Vincent Ambo <mail@tazj.in> | 2021-09-24T15·55+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-09-27T15·42+0000 |
commit | c4b718538b0de3f51daa994fc78ef6cdb3cf73c6 (patch) | |
tree | 9b0f8ab293a7ebd07c64abfcfce12583d703d743 /web/tvl | |
parent | e5c3b9d391546409b1896b46a4615e1bb641688a (diff) |
chore(web/tvl): Prune urbint from TVL graph r/2927
This isn't really adding anything and I don't think anyone particularly wants us to link to them. Change-Id: I6c1c8949d8e64e8c50cc8220a911183b2a166232 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3632 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'web/tvl')
-rw-r--r-- | web/tvl/tvl.dot | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot index 1cfe802039eb..b28c529e0c3a 100644 --- a/web/tvl/tvl.dot +++ b/web/tvl/tvl.dot @@ -53,7 +53,6 @@ digraph tvl { node [color="#4285f4" fontcolor="#4285f4"]; spotify [href="https://www.spotify.com/"]; google [href="https://www.google.com/"]; - urbint [href="https://www.urbint.com/"]; } // communities? (red) @@ -112,11 +111,8 @@ digraph tvl { fzakaria -> google; mdjnsn -> google; - // via urbint - grfn -> urbint; - // random primary - urbint -> wpcarro; + grfn -> wpcarro; anon1 -> google; aurora -> eve; cynthia -> benjojo; |