diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx
index a41db6a..fe02ffb 100644
--- a/src/components/Header/Header.tsx
+++ b/src/components/Header/Header.tsx
@@ -1,6 +1,8 @@
+import authorizationEndpoint from '../Authentication/authorizationEndpoint';
import logout from '../Authentication/logout';
import { useMe, useNotifications } from '../hooks';
import Notifications from '../Notifications/Notifications';
+import UILink from '../UI/UILink';
import UIPressable from '../UI/UIPressable';
import UIPrimaryTitle from '../UI/UIPrimaryTitle';
@@ -29,7 +31,7 @@ export default function Header() {
)}
>
) : (
- Log In
+ Log in
)}
);