fix(portal): Remove extra space before a link (#7040)

<img width="394" alt="Screenshot 2024-10-14 at 4 49 09 PM"
src="https://github.com/user-attachments/assets/1f1f3eba-96a5-49c6-b05b-d28439041a56">
This commit is contained in:
Andrew Dryga
2024-10-15 12:53:35 -06:00
committed by GitHub
parent 69c3009949
commit 3567399efe

View File

@@ -166,9 +166,11 @@ defmodule Web.Sites.Show do
<:content flash={@flash}>
<.flash :if={@gateways_metadata.count == 1} kind={:info} style="wide" class="mb-2">
Deploy at least one more gateway to ensure
<.website_link path="/kb/deploy/gateways" fragment="deploy-multiple-gateways">
high availability
</.website_link>.
<span class="inline-flex">
<.website_link path="/kb/deploy/gateways" fragment="deploy-multiple-gateways">
high availability
</.website_link>.
</span>
</.flash>
<div class="relative overflow-x-auto">