Skip to content

Commit 092937a

Browse files
authored
remove underlines in Firewall Rule messages (#2950)
remove underlines
1 parent bc543f8 commit 092937a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/forms/firewall-rules-common.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -626,8 +626,8 @@ export const CommonFields = ({ control, nameTaken, error }: CommonFieldsProps) =
626626
apply the rule to traffic going to all matching instances.
627627
</p>
628628
<p className="mt-2">
629-
Targets are additive: the rule applies to instances matching{' '}
630-
<span className="underline">any</span> target.
629+
Targets are additive: the rule applies to instances matching <em>any</em>{' '}
630+
target.
631631
</p>
632632
</>
633633
}
@@ -643,7 +643,7 @@ export const CommonFields = ({ control, nameTaken, error }: CommonFieldsProps) =
643643
Filters reduce the scope of this rule. Without filters, the rule applies to all
644644
traffic to the targets (or from the targets, if it&rsquo;s an outbound rule).
645645
With multiple filter types, the rule applies to traffic matching at least one
646-
filter of <span className="underline">every</span> type.
646+
filter of <em>every</em> type.
647647
</>
648648
}
649649
/>

0 commit comments

Comments
 (0)