diff --git a/index.html b/index.html
index ae4e712..14fe9d9 100644
--- a/index.html
+++ b/index.html
@@ -13,10 +13,6 @@
-
-
-
-
OCBO e-Sign
diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png
deleted file mode 100644
index c22ae57..0000000
Binary files a/public/android-chrome-192x192.png and /dev/null differ
diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png
deleted file mode 100644
index 2b2605a..0000000
Binary files a/public/android-chrome-512x512.png and /dev/null differ
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
deleted file mode 100644
index d6e82d4..0000000
Binary files a/public/apple-touch-icon.png and /dev/null differ
diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png
deleted file mode 100644
index 8159741..0000000
Binary files a/public/favicon-16x16.png and /dev/null differ
diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png
deleted file mode 100644
index e60f24d..0000000
Binary files a/public/favicon-32x32.png and /dev/null differ
diff --git a/public/favicon.ico b/public/favicon.ico
deleted file mode 100644
index 952e6b6..0000000
Binary files a/public/favicon.ico and /dev/null differ
diff --git a/public/site.webmanifest b/public/site.webmanifest
deleted file mode 100644
index c9812d3..0000000
--- a/public/site.webmanifest
+++ /dev/null
@@ -1 +0,0 @@
-{"name":"OCBO e-Sign","short_name":"e-Sign","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#16212c","background_color":"#16212c","display":"standalone"}
diff --git a/src/app.tsx b/src/app.tsx
index 2e90554..f9a346d 100644
--- a/src/app.tsx
+++ b/src/app.tsx
@@ -1,5 +1,4 @@
-import type { Component } from 'solid-js/types/render/component.js'
-import { Suspense } from 'solid-js/web'
+import { Suspense, type Component } from 'solid-js'
const App: Component<{ children: Element }> = (props) => {
return (
diff --git a/src/pages/IndexPage/Index.tsx b/src/pages/IndexPage/Index.tsx
index 28bdaa9..d4b18a1 100644
--- a/src/pages/IndexPage/Index.tsx
+++ b/src/pages/IndexPage/Index.tsx
@@ -66,7 +66,7 @@ export default () => {
-
+
@@ -75,7 +75,7 @@ export default () => {