diff options
author | Minteck <contact@minteck.org> | 2023-01-07 21:40:32 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-01-07 21:40:32 +0100 |
commit | 9871b03912fc28ad38b4037ebf26a78aa937baba (patch) | |
tree | d552719fc33ad9be609883982f4fe5097bd44272 /includes/banner.inc | |
parent | 90b16702bb03c8d7115fa0cc6ea8d3aba5863f46 (diff) | |
download | pluralconnect-9871b03912fc28ad38b4037ebf26a78aa937baba.tar.gz pluralconnect-9871b03912fc28ad38b4037ebf26a78aa937baba.tar.bz2 pluralconnect-9871b03912fc28ad38b4037ebf26a78aa937baba.zip |
Update - This is an automated commit
Diffstat (limited to 'includes/banner.inc')
-rw-r--r-- | includes/banner.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/banner.inc b/includes/banner.inc index 5b9aa1b..67d066f 100644 --- a/includes/banner.inc +++ b/includes/banner.inc @@ -334,13 +334,13 @@ function getMemberBannerData(string $id, string $system, bool $french = false) { if ($metadata["less_frequent"] ?? false) { $badges[] = [ "id" => "nonverbal", - "color" => "#fd7e14", + "color" => "#6610f2", "html" => ( $french ? - '<span data-bs-toggle="tooltip" data-bs-html="true" title="<b>Fronts less often</b><br>' . ucfirst(getMemberPronouns($member['pronouns'])["subjective"]) . ' ' . (getMemberPronouns($member['pronouns'])["third"] ? "front" : "fronts") . ' less often than ' . getMemberPronouns($member['pronouns'])["possessive_det"] . ' headmates, this can due to various reasons." class="badge rounded-pill" style="background-color:#fd7e14;">Fronte moins souvent</span>' + '<span data-bs-toggle="tooltip" data-bs-html="true" title="<b>Fronts less often</b><br>' . ucfirst(getMemberPronouns($member['pronouns'])["subjective"]) . ' ' . (getMemberPronouns($member['pronouns'])["third"] ? "front" : "fronts") . ' less often than ' . getMemberPronouns($member['pronouns'])["possessive_det"] . ' headmates, this can due to various reasons." class="badge rounded-pill" style="background-color:#6610f2;">Fronte moins souvent</span>' : - '<span data-bs-toggle="tooltip" data-bs-html="true" title="<b>Fronts less often</b><br>' . ucfirst(getMemberPronouns($member['pronouns'])["subjective"]) . ' ' . (getMemberPronouns($member['pronouns'])["third"] ? "front" : "fronts") . ' less often than ' . getMemberPronouns($member['pronouns'])["possessive_det"] . ' headmates, this can due to various reasons." class="badge rounded-pill" style="background-color:#fd7e14;">Fronts less often</span>' + '<span data-bs-toggle="tooltip" data-bs-html="true" title="<b>Fronts less often</b><br>' . ucfirst(getMemberPronouns($member['pronouns'])["subjective"]) . ' ' . (getMemberPronouns($member['pronouns'])["third"] ? "front" : "fronts") . ' less often than ' . getMemberPronouns($member['pronouns'])["possessive_det"] . ' headmates, this can due to various reasons." class="badge rounded-pill" style="background-color:#6610f2;">Fronts less often</span>' ) ]; } |