diff --git a/.env b/.env index ebefc4202d5f21c9505e920e0daa0208b7cc971e..2283bc6973fd8ef76abafe250ba20012f42bbcfa 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -REACT_APP_STYLEGUIDE_URL=https://styleguide.pir-test.eu/2.2.1 +REACT_APP_STYLEGUIDE_URL=https://styleguide.pir-test.eu/2.3.0 REACT_APP_API_BASE_URL=https://cf2021.pir-test.eu/api REACT_APP_MATOMO_ID=135 REACT_APP_SENTRY_DSN=https://aa80453ff4d54b9a9c1b49e79060498a@sentry.pir-test.eu/14 diff --git a/src/containers/AddPostForm.jsx b/src/containers/AddPostForm.jsx index ec0b5e89ef5356155ac8dddc8a7dd8782c051c2f..df584ff6d750ec4b0e71857e0fa34e1245e3fd70 100644 --- a/src/containers/AddPostForm.jsx +++ b/src/containers/AddPostForm.jsx @@ -92,6 +92,17 @@ const AddPostForm = ({ className }) => { </div> </div> + {type === "procedure-proposal" && ( + <p className="alert alert--light text-sm"> + <i className="alert__icon ico--info mr-2 text-lg hidden md:block" /> + <span> + Návrh postupu se v rozpravÄ› zobrazĂ aĹľ potĂ©, co pĹ™edsedajĂcĂ{" "} + <strong>posoudĂ jeho pĹ™ijatelnost</strong>. Po odeslánĂ proto + nepanikaĹ™, Ĺľe jej hned nevidĂš. + </span> + </p> + )} + <div className="space-x-4"> <Button onClick={onAdd}