diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-06 14:43:03 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-06 14:43:03 -0700 |
| commit | a276f4879a351349c38d2d5b5efd8f6b977f5c22 (patch) | |
| tree | 0783fd7bd0dca79a1cdea54d3a777b6606363d62 /src/components/TitleBar | |
| parent | 47c84bb74d44d8285c68fa1491d01ca3b08f827f (diff) | |
migrate to tailwind v4
Diffstat (limited to 'src/components/TitleBar')
| -rw-r--r-- | src/components/TitleBar/TitleBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TitleBar/TitleBar.tsx b/src/components/TitleBar/TitleBar.tsx index 9fc8c34..9ae8d1e 100644 --- a/src/components/TitleBar/TitleBar.tsx +++ b/src/components/TitleBar/TitleBar.tsx @@ -94,7 +94,7 @@ const TitleBar: React.FC<TitleBarProps> = ({ > <button onClick={toggleSidebar} - className="text-white text-3xl mr-4 focus:outline-none" + className="text-white text-3xl mr-4 focus:outline-none hover:cursor-pointer" > <FontAwesomeIcon icon={isSidebarOpen ? faTimes : faBars} /> </button> |
