diff --git a/src/components/Badge/LiteralBadge.jsx b/src/components/Badge/LiteralBadge.jsx new file mode 100644 index 000000000..c27d03f59 --- /dev/null +++ b/src/components/Badge/LiteralBadge.jsx @@ -0,0 +1,16 @@ +import React from 'react'; +import Tags from '../Tags/Common/Tags'; +import TooltipStyled from '../Tooltip/TooltipStyled'; +import './literalBadge.css'; + +const LiteralBadge = ({ tagTitle, promptText = 'promptText' }) => { + return ( +
+ {t('dashboard.events.addEditEvent.fallbackConfirm.contentPart1')}
+
+
+ {t('dashboard.events.addEditEvent.fallbackConfirm.contentPart2')}`
+