Skip to content
Snippets Groups Projects
Commit 3f17a6df authored by Andy Leuchtturm's avatar Andy Leuchtturm
Browse files

customize Listenansicht for showing icons

parent 8812f54e
No related branches found
No related tags found
1 merge request!86planning#1203: Standards
Pipeline #56468 waiting for manual action
......@@ -191,7 +191,7 @@ export default function ({ contentsString }) {
<div className={`${MY_CONSTANTS.BG_COLORS.ROLES} inline-flex items-center text-xs px-2 py-1 my-1 mr-4 rounded-full`}>
<div className="flex-shrink-0 w-4 ml-1 mr-2 max-h-3 flex align-bottom">
<img
src={getImgPath(`/img/standards/roles/${MY_CONSTANTS.CONTACT_TYPES[0].id}.svg`)}
src={getImgPath(`/img/${rootFolder}/roles/${MY_CONSTANTS.CONTACT_TYPES[0].id}.svg`)}
alt={`${MY_CONSTANTS.CONTACT_TYPES[0].text}`}
/>
</div>
......@@ -208,7 +208,7 @@ export default function ({ contentsString }) {
<div className={`${MY_CONSTANTS.BG_COLORS.ROLES} inline-flex items-center text-xs px-2 py-1 my-1 mr-4 rounded-full`}>
<div className="flex-shrink-0 w-4 ml-1 mr-2 max-h-3 flex align-bottom">
<img
src={getImgPath(`/img/standards/roles/${MY_CONSTANTS.CONTACT_TYPES[1].id}.svg`)}
src={getImgPath(`/img/${rootFolder}/roles/${MY_CONSTANTS.CONTACT_TYPES[1].id}.svg`)}
alt={`${MY_CONSTANTS.CONTACT_TYPES[1].text}`}
/>
</div>
......@@ -225,7 +225,7 @@ export default function ({ contentsString }) {
<div className={`${MY_CONSTANTS.BG_COLORS.ROLES} inline-flex items-center text-xs px-2 py-1 my-1 mr-4 rounded-full`}>
<div className="flex-shrink-0 w-4 ml-1 mr-2 max-h-3 flex align-bottom">
<img
src={getImgPath(`/img/standards/roles/${MY_CONSTANTS.CONTACT_TYPES[2].id}.svg`)}
src={getImgPath(`/img/${rootFolder}/roles/${MY_CONSTANTS.CONTACT_TYPES[2].id}.svg`)}
alt={`${MY_CONSTANTS.CONTACT_TYPES[2].text}`}
/>
</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