refactor: only use medium nerdfont

This commit is contained in:
2024-09-12 21:38:34 +02:00
parent a5f1ed2a33
commit 2463ea459c
14 changed files with 23 additions and 35 deletions

View File

@@ -10,7 +10,7 @@ export const WaybarLockWidget = () => {
onClick={() => setState("login")}
interactable
>
<button></button>
<span className="font-normal"></span>
</WaybarWidget>
);
};