From dbedf25f0c5b4f7f9605339bc7f7be1788e605cf Mon Sep 17 00:00:00 2001 From: Purp1e <47248616+Purple-CSGO@users.noreply.github.com> Date: Fri, 28 Mar 2025 01:22:42 +0800 Subject: [PATCH] [style] glassic styles of global and related cards --- src/app/(main)/dynamic/page.tsx | 2 +- src/app/providers.tsx | 2 +- src/components/cstb/SteamUsers.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/(main)/dynamic/page.tsx b/src/app/(main)/dynamic/page.tsx index 2768f64..a799991 100644 --- a/src/app/(main)/dynamic/page.tsx +++ b/src/app/(main)/dynamic/page.tsx @@ -55,7 +55,7 @@ const ReleaseNotes = () => { {releases?.map((release, index) => (
  • {/* */} - +

    CS工具箱 {release.version}

    diff --git a/src/app/providers.tsx b/src/app/providers.tsx index 85f5ec8..572b6c2 100644 --- a/src/app/providers.tsx +++ b/src/app/providers.tsx @@ -13,7 +13,7 @@ export default function Providers({ children }: { children: React.ReactNode }) { return ( diff --git a/src/components/cstb/SteamUsers.tsx b/src/components/cstb/SteamUsers.tsx index 8b85ba1..1a5fa6f 100644 --- a/src/components/cstb/SteamUsers.tsx +++ b/src/components/cstb/SteamUsers.tsx @@ -37,7 +37,7 @@ const SteamUsers = ({ className }: { className?: string }) => { {steam.state.users.map((user, id) => (