diff --git a/admin-web/src/components/Layout.tsx b/admin-web/src/components/Layout.tsx
index 0c2f15d..139d52f 100644
--- a/admin-web/src/components/Layout.tsx
+++ b/admin-web/src/components/Layout.tsx
@@ -21,28 +21,12 @@ type LayoutProps = {
const TopbarIcon = topbarIcon;
-function BrandGlyph() {
- return (
-
- );
-}
-
export function Layout({ onLogout }: LayoutProps) {
return (