mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
style(ui): update AWS organizations CTA badge
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ArrowRightCircle, Ban, Box } from "lucide-react";
|
||||
import { Ban, Box } from "lucide-react";
|
||||
|
||||
import { RadioCard } from "@/components/providers/radio-card";
|
||||
|
||||
@@ -52,9 +52,8 @@ function CtaBadge() {
|
||||
}}
|
||||
>
|
||||
<div className="flex items-center gap-1.5">
|
||||
<ArrowRightCircle className="text-primary-foreground size-5" />
|
||||
<span className="text-primary-foreground text-sm leading-6 font-bold">
|
||||
Get Prowler Cloud
|
||||
Available in Prowler Cloud
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user