Skip to content
Snippets Groups Projects
Commit 77b1843c authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore(ui): small fixes

parent 1dffda14
No related branches found
No related tags found
2 merge requests!783V3.0.0,!741making onboarding-infos-covid-2 up to date
......@@ -13,8 +13,8 @@
<div class="structureInfos">
<p class="structureName">{{ structure.structureName }}</p>
<app-v3-tag-item
*ngIf="structure.structureType?.value"
[label]="structure.structureType?.value"
*ngIf="structure.structureType?.name"
[label]="structure.structureType?.name"
[size]="'small'"
[color]="'red'"
/>
......
......@@ -32,7 +32,7 @@
p {
margin: 0 !important;
&.structureName {
@include font-bold-16;
@include font-bold-18;
}
&.structureType {
@include font-regular-14;
......
......@@ -88,6 +88,7 @@
<ng-template ngPluralCase="1">Structure</ng-template>
<ng-template ngPluralCase="other">Structures</ng-template>
</h1>
<!-- Do NOT pluralize this button, it's weird for the UX otherwise -->
<app-v3-button
*ngIf="userProfile.structuresLink.length > 0"
class="hide-on-mobile"
......@@ -96,7 +97,7 @@
[routerLinkActive]="'active'"
[iconName]="'edit'"
[variant]="'primaryBlack'"
[label]="userProfile.structuresLink.length > 1 ? 'Gérer mes structures' : 'Gérer ma structure'"
[label]="'Gérer mes structures'"
[size]="'small'"
[wide]="true"
/>
......
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