mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fix: Remove redundant code
This commit is contained in:
@@ -3,8 +3,6 @@ import { faLock } from "@fortawesome/free-solid-svg-icons";
|
||||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
||||
import { twMerge } from "tailwind-merge";
|
||||
|
||||
import { Button } from "../v2";
|
||||
|
||||
type Props = {
|
||||
containerClassName?: string;
|
||||
className?: string;
|
||||
@@ -34,9 +32,6 @@ export const PermissionDeniedBanner = ({ containerClassName, className, children
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
<Button className="mt-3 ml-[7.5rem]" size="xs">
|
||||
Request access
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user