Update src/components/navbar/index.tsx
All checks were successful
Code quality checks / biome (push) Successful in 9s

This commit is contained in:
Seth 2025-05-01 22:38:49 +02:00
parent 79f300a918
commit 0aa83f7a86

View file

@ -1,7 +1,7 @@
import { Minimize, Minus, X } from "lucide-preact"; import { Minimize, Minus, X } from "lucide-preact";
const close = () => { const close = () => {
window.close(); window.self.close();
window.history.back(); window.history.back();
}; };