From fe1589953fbde7defdd7b733e2f3ec7800e0884f Mon Sep 17 00:00:00 2001 From: Trenton Zimmer <66042448+trmazi@users.noreply.github.com> Date: Tue, 21 Jul 2026 16:19:29 -0400 Subject: [PATCH] update buttons for my/network data --- src/components/Cards/GameHeader.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Cards/GameHeader.vue b/src/components/Cards/GameHeader.vue index c04f638..ee1bb55 100644 --- a/src/components/Cards/GameHeader.vue +++ b/src/components/Cards/GameHeader.vue @@ -88,7 +88,7 @@ function loadRoutes() { icon: PhListStar, path: `/games/${props.game.id}/records/${mainStore.userId}`, route: "personal_records", - color: "success", + color: "info", }); } } @@ -100,7 +100,7 @@ function loadRoutes() { icon: PhPlaylist, path: `/games/${props.game.id}/scores`, route: "all_scores", - color: "info", + color: "success", }, { label: "Network Records",