summaryrefslogtreecommitdiff
path: root/includes/banner.inc
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-01-07 21:40:32 +0100
committerMinteck <contact@minteck.org>2023-01-07 21:40:32 +0100
commit9871b03912fc28ad38b4037ebf26a78aa937baba (patch)
treed552719fc33ad9be609883982f4fe5097bd44272 /includes/banner.inc
parent90b16702bb03c8d7115fa0cc6ea8d3aba5863f46 (diff)
downloadpluralconnect-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.inc6
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>'
)
];
}