From df2503c2a36691d583b194a85b00fdede108e87f Mon Sep 17 00:00:00 2001 From: NilsUeter Date: Sat, 13 May 2023 10:47:40 +0200 Subject: [PATCH] tau colors --- src/App.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.jsx b/src/App.jsx index f842dcf..5a5cda7 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -310,6 +310,8 @@ const getPrimaryColor = (catalog) => { return "#6f322f"; case "Leagues of Votann": return "#7d4c08"; + case "T'au Empire": + return "#398a9f"; default: console.log(catalog); return "#536766";