Skip to content
Snippets Groups Projects
Commit 03259fea authored by Tin Geber's avatar Tin Geber
Browse files

changed under construction text

parent 0d717479
No related branches found
No related tags found
1 merge request!163Resolve "Extra info for User Management"
Pipeline #44010 passed with stages
in 4 minutes and 59 seconds
......@@ -100,7 +100,7 @@ const Header: React.FC<HeaderProps> = () => {
const underConstruction = environment.TELEPRESENCE ? (
<div className="shadow bg-pink-500 h-6 text-xs text-white font-semibold uppercase flex justify-center items-center gap-2">
<ExclamationIcon className="h-4" />
<span className="h-4 m-0 p-0">Under Construction</span>
<span className="h-4 m-0 p-0">Under active development</span>
<ExclamationIcon className="h-4" />
</div>
) : null;
......
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