From 3f7b5c18e99606768fd33f37dc166fd124b8e225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Mon, 7 Jan 2019 16:51:10 +0100 Subject: [PATCH] Hide org billing --- patches/v2.8.0.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/v2.8.0.patch b/patches/v2.8.0.patch index 785b4a2..ff1364c 100644 --- a/patches/v2.8.0.patch +++ b/patches/v2.8.0.patch @@ -32,7 +32,7 @@ +/**** START Bitwarden_RS CHANGES ****/ +/* Hide any link pointing to billing */ -+a[href^="#/settings/billing"] {display: none !important; } ++a[href$="/settings/billing"] {display: none !important; } + +/* Hide organization plans */ +app-create-organization > form > div.form-check { display: none !important; }