File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/pages/project/floating-ips Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,13 +183,13 @@ export function FloatingIpsPage() {
183
183
184
184
return (
185
185
< >
186
- < PageHeader >
186
+ < PageHeader className = "!mb-12" >
187
187
< PageTitle icon = { < IpGlobal24Icon /> } > Floating IPs</ PageTitle >
188
188
</ PageHeader >
189
189
< TableControls >
190
190
< TableControlsText >
191
191
Floating IPs are public IP addresses that can be attached to instances. They allow
192
- your instances to be reachable from the internet. Find out more about{ ' ' }
192
+ your instances to be reachable from the internet. Learn more about{ ' ' }
193
193
< ExternalLink href = { links . floatingIpsDocs } > managing floating IPs</ ExternalLink > .
194
194
</ TableControlsText >
195
195
< TableControlsLink to = { pb . floatingIpsNew ( { project } ) } >
You can’t perform that action at this time.
0 commit comments