From 8bacd776bcf7f58ca5429a03951d974015f2f3f4 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 24 Jan 2023 19:43:17 -0800 Subject: [PATCH] Remove redundant title attribute from header. Closes #2620 --- web/components/ui/Header/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/ui/Header/Header.tsx b/web/components/ui/Header/Header.tsx index b3c928160..7828e6836 100644 --- a/web/components/ui/Header/Header.tsx +++ b/web/components/ui/Header/Header.tsx @@ -44,7 +44,7 @@ export const Header: FC = ({ -

+

{name}