Fix missing space + hide page from sidebar

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-20 17:59:36 +04:00
parent 3ed1d5e4dd
commit 4555d1e867
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,6 @@
// OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
import { CookieIcon } from "@phosphor-icons/react";
import { useTranslate } from "@probo/i18n";
import {
IconBank,
@@ -220,13 +219,13 @@ export function Sidebar(props: { fKey: SidebarFragment$key }) {
to={`${prefix}/compliance-page`}
/>
)}
{organization.canListCookieBanners && (
{/* {organization.canListCookieBanners && (
<SidebarItem
label={__("Cookie Banners")}
icon={CookieIcon}
to={`${prefix}/cookie-banners`}
/>
)}
)} */}
{organization.canUpdateOrganization && (
<SidebarItem
label={__("Settings")}

View File

@@ -64,6 +64,7 @@ export default function CookieBannerSnippetPage() {
<p className="text-sm text-txt-secondary">
{__("The same approach works for iframes, images, stylesheets, and other elements.")}
{" "}
<a
href="https://docs.getprobo.com/docs/product/cookie-banner/blocking-resources.html"
target="_blank"