From 03b5014d2c529c2144a84e0a67122d465f4cf9cb Mon Sep 17 00:00:00 2001 From: Hannes Ryberg <47188830+CodeyBoi@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:06:15 +0200 Subject: [PATCH 1/2] Revert labubu --- src/components/corps/display.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/corps/display.tsx b/src/components/corps/display.tsx index 411f78bc..5485c9cb 100644 --- a/src/components/corps/display.tsx +++ b/src/components/corps/display.tsx @@ -26,7 +26,7 @@ const getName = (corps: Corps, nameFormat: NameFormat) => { return displayName(corps); } else if (nameFormat === 'number-only') { return corps.number === null && corps.bNumber === null - ? 'labubu ' + corps.lastName.trim() + ? 'p.e. ' + corps.lastName.trim() : displayNumber(corps); } else { return fullName(corps); From 5574dd1f03e2069f5f721177109864d5c39cdcb2 Mon Sep 17 00:00:00 2001 From: Hannes Ryberg <47188830+CodeyBoi@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:08:23 +0200 Subject: [PATCH 2/2] Revert labubu --- src/utils/corps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/corps.ts b/src/utils/corps.ts index eaf30817..06c9f4dc 100644 --- a/src/utils/corps.ts +++ b/src/utils/corps.ts @@ -51,7 +51,7 @@ export const displayNumber = ( ? `#${corps.number}` : corps.bNumber ? `b${corps.bNumber}` - : 'labubu'; + : 'p.e.'; export const numberAndFullName = ( corps: