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

pull/11967/head
testa113 2024-06-25 12:14:39 +12:00
parent 607feb183e
commit ec25dcc913
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"