Skip to content
Snippets Groups Projects
Commit 0a09c6a4 authored by xaralis's avatar xaralis
Browse files

feat: explain why new proposal won't show right away

parent 14d92409
No related branches found
No related tags found
No related merge requests found
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
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment