Compare commits

...

1 commit

Author SHA1 Message Date
0aa83f7a86 Update src/components/navbar/index.tsx
All checks were successful
Code quality checks / biome (push) Successful in 9s
2025-05-01 22:38:49 +02:00

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();
}; };