diff --git a/src/components/AccessDeniedDescription.tsx b/src/components/AccessDeniedDescription.tsx index 7071ce9..cc8290b 100644 --- a/src/components/AccessDeniedDescription.tsx +++ b/src/components/AccessDeniedDescription.tsx @@ -6,7 +6,7 @@ import * as React from 'react' export function AccessDeniedDescription({ hasToken }: { hasToken: boolean }) { return (
diff --git a/src/components/SideBar.tsx b/src/components/SideBar.tsx
index cf022e9..0a864c4 100644
--- a/src/components/SideBar.tsx
+++ b/src/components/SideBar.tsx
@@ -120,17 +120,13 @@ const RawGitako: React.FC