diff options
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> |
