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; }