Skip to content
Snippets Groups Projects
Commit 1bacbb8a authored by Jürgen Voskuhl's avatar Jürgen Voskuhl
Browse files

Align tag for combined standards

parent 6e78f0ff
No related branches found
No related tags found
1 merge request!86planning#1203: Standards
Pipeline #56999 waiting for manual action
---
Inhalt der Bedienungshilfe zur Informationsplattform
---
# Überblick
Dies ist die **Bedienungshilfe**.
......@@ -177,17 +177,6 @@ export default function ({ contentsString }) {
</Link>
</div>
{/* OLD!
<div className="container flex flex-col md:flex-row my-2">
{service.tags.map((tag: Tag, key: number) => {
// return <ServiceTag key={key} tag={tag} style={'bg-gray-400'} />
if (tag.name == 'status') {
return <LifecyclePicture status = {tag.value} />
}
})}
</div>
*/}
{/* Render CURRENT LIFECYCLE PHASE */}
<div className="container flex flex-col md:flex-row my-2">
<LifecyclePicture
......@@ -252,7 +241,7 @@ export default function ({ contentsString }) {
{/* Render group tag, if applicable */}
{
isPartOfGroup(service)
? <div className={`${MY_CONSTANTS.BG_COLORS.COMBINED_STANDARDS} text-xs px-2 py-1 my-1 rounded-full min-h-full`}>Verbund</div>
? <div className={`${MY_CONSTANTS.BG_COLORS.COMBINED_STANDARDS} text-xs px-2 py-1 my-1 rounded-full min-h-full inline-flex items-center`}><p>Verbund</p></div>
: null
}
</div>
......
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