From afac6705d55928f351a1d6f13db6abd2cce6f9f2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 28 Feb 2026 06:23:06 +0900 Subject: feat(frontend): change brand color for PHPerKaigi 2026 --- frontend/app/components/BorderedContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/components/BorderedContainer.tsx') diff --git a/frontend/app/components/BorderedContainer.tsx b/frontend/app/components/BorderedContainer.tsx index d9b2fe8..a1bff35 100644 --- a/frontend/app/components/BorderedContainer.tsx +++ b/frontend/app/components/BorderedContainer.tsx @@ -8,7 +8,7 @@ type Props = { export default function BorderedContainer({ children, className }: Props) { return (
{children}
-- cgit v1.3.1