Update src/components/navbar/index.tsx
All checks were successful
Code quality checks / biome (push) Successful in 9s
All checks were successful
Code quality checks / biome (push) Successful in 9s
This commit is contained in:
parent
79f300a918
commit
0aa83f7a86
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import { Minimize, Minus, X } from "lucide-preact";
|
||||
|
||||
const close = () => {
|
||||
window.close();
|
||||
window.self.close();
|
||||
window.history.back();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue