Complete GUI Refactor # Patch 1
This commit is contained in:
@@ -14,7 +14,7 @@ const Header = () => {
|
||||
return (
|
||||
<header>
|
||||
<Button
|
||||
icon={<ArrowLeftIcon className="w-6 h-6" />}
|
||||
icon={<ArrowLeftIcon />}
|
||||
onClick={() => {
|
||||
setFile(undefined)
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user