From 54fee71491bb2d17506a6a4c802faa4d5a46f081 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Sat, 29 Mar 2025 20:16:53 +0000 Subject: [PATCH] style: split .button class --- src/app/components/header.tsx | 6 +++--- src/app/components/login-buttons.tsx | 4 ++-- src/app/components/logout-button.tsx | 2 +- src/app/components/profile-overview.tsx | 2 +- src/app/globals.css | 8 ++++++-- src/app/not-found.tsx | 2 +- 6 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/app/components/header.tsx b/src/app/components/header.tsx index 2cb0daa..67b3e50 100644 --- a/src/app/components/header.tsx +++ b/src/app/components/header.tsx @@ -21,18 +21,18 @@ export default async function Header() {