From 2229a32ae90dfa272a515e7ee5b2b432f113e258 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 24 Sep 2021 17:15:31 +0300 Subject: fix(web/tvl/logo): Fix bounding box of the SVG file This trims the huge amount of whitespace on all sides of the logo. Change-Id: Ic14247e002839db729131550f7c7528d080ab519 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3627 Tested-by: BuildkiteCI Reviewed-by: sterni --- web/tvl/logo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/tvl/logo/default.nix b/web/tvl/logo/default.nix index cb09dc28ec..945bf1da73 100644 --- a/web/tvl/logo/default.nix +++ b/web/tvl/logo/default.nix @@ -15,7 +15,7 @@ let logoShapes = builtins.readFile ./logo-shapes.svg; logoSvg = style: '' - + ${logoShapes} -- cgit 1.4.1