From 5a5549238c9b304db6b3a5ff0efdb767cfbfd242 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sun, 2 Feb 2025 20:01:09 +0100 Subject: [PATCH] Add bikes GLM portfolio project and associated PDF report Introduce a new portfolio project page for bike-sharing predictions using Generalized Linear Models, completed as part of a university course. Includes project description, source code link, and embedded final report PDF. --- types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.ts b/types.ts index 1b96482..ee237a3 100644 --- a/types.ts +++ b/types.ts @@ -49,7 +49,7 @@ export const IDEs = [ export interface Tag { label: string icon: string - color: BadgeColor + color: string title?: string translation: string }