mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 21:11:53 +00:00
#PRWLR-4106: modify gap for attack surface component
This commit is contained in:
@@ -23,7 +23,7 @@ const cardData = [
|
||||
|
||||
export const AttackSurface = () => {
|
||||
return (
|
||||
<div className="flex flex-col gap-3">
|
||||
<div className="flex flex-col gap-2">
|
||||
{cardData.map((card, index) => (
|
||||
<ActionCard
|
||||
key={index}
|
||||
|
||||
Reference in New Issue
Block a user