diff --git a/README.md b/README.md index f51a9eb..6c4ade5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # sqwerk + Your Complete SQL Platform, From Design to Delivery diff --git a/index.html b/index.html index ff93803..6584e2a 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index 4cdbf49..f778364 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -3,8 +3,5 @@ "identifier": "default", "description": "Capability for the main window", "windows": ["main"], - "permissions": [ - "core:default", - "opener:default" - ] + "permissions": ["core:default", "opener:default"] } diff --git a/src/main.tsx b/src/main.tsx index c3a57ae..4200b81 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -5,5 +5,5 @@ import App from "./app"; reactDom.createRoot(document.getElementById("root") as HTMLElement).render( - , + );