fix(app): show services explanation in app form [EE-7284] (#11967)

Co-authored-by: testa113 <testa113>
pull/11973/head
Ali 2024-06-26 10:44:20 +12:00 committed by GitHub
parent 607feb183e
commit ba4526985a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { FormSection } from '@@/form-components/FormSection';
export function PublishingExplaination() {
return (
<FormSection title="Explanation" isFoldable titleSize="sm">
<div className="mb-4 flex flex-col items-start lg:flex-row">
<div className="w-full mb-4 flex flex-col items-start lg:flex-row">
<img
src={ingressDiagram}
alt="ingress explaination"