Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/forms/instance-create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -730,9 +730,9 @@ const AdvancedAccordion = ({
</div>

<div className="flex flex-1 flex-col gap-4">
<h2 className="text-sans-md">
<h2 className="flex items-center text-sans-md">
Ephemeral IP{' '}
<TipIcon>
<TipIcon className="ml-1.5">
Ephemeral IPs are allocated when the instance is created and deallocated when
it is deleted
</TipIcon>
Expand Down Expand Up @@ -775,9 +775,9 @@ const AdvancedAccordion = ({
</div>

<div className="flex flex-1 flex-col gap-4">
<h2 className="text-sans-md">
<h2 className="flex items-center text-sans-md">
Floating IPs{' '}
<TipIcon>
<TipIcon className="ml-1.5">
Floating IPs exist independently of instances and can be attached to and
detached from them as needed.
</TipIcon>
Expand Down
Loading