aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/root.tsx
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2025-11-06 22:52:02 +0000
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-07 10:47:20 +0100
commitee77f38cdb324cbcf12518490df77fc9e6b89282 (patch)
tree407f64a434291e1e375e6a1ccb55f59fa886a1ef /src/frontend/app/root.tsx
parente51cdd89afc08274ca622e18b8127feca29e90a3 (diff)
Improve gallery scroll indicators and format code
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
Diffstat (limited to 'src/frontend/app/root.tsx')
-rw-r--r--src/frontend/app/root.tsx10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/frontend/app/root.tsx b/src/frontend/app/root.tsx
index 9bc69e4..6bb3da6 100644
--- a/src/frontend/app/root.tsx
+++ b/src/frontend/app/root.tsx
@@ -102,12 +102,10 @@ export function Layout({ children }: { children: React.ReactNode }) {
import NavBar from "./components/NavBar";
export default function App() {
- if ('serviceWorker' in navigator) {
- navigator.serviceWorker
- .register('/pwa-worker.js')
- .catch((error) => {
- console.error('Error registering SW:', error);
- });
+ if ("serviceWorker" in navigator) {
+ navigator.serviceWorker.register("/pwa-worker.js").catch((error) => {
+ console.error("Error registering SW:", error);
+ });
}
return (