diff --git a/eslint.config.js b/eslint.config.js index 097cded..5d4d3d4 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -4,7 +4,6 @@ import globals from 'globals'; export default [ // add more generic rule sets here, such as: // js.configs.recommended, - ...eslintPluginSvelte.configs['flat/recommended'], { rules: { // override/add rules settings here, such as: diff --git a/src/app.html b/src/app.html index c9f0eba..1db319a 100644 --- a/src/app.html +++ b/src/app.html @@ -1,4 +1,4 @@ - + diff --git a/src/lib/components/Contact.svelte b/src/lib/components/Contact.svelte index 33a7c06..3651d86 100644 --- a/src/lib/components/Contact.svelte +++ b/src/lib/components/Contact.svelte @@ -1,48 +1,89 @@ @@ -55,16 +96,12 @@
-
+
Contact Information
-
- - +685 1234567 -
- admin@sch.com + samoastackoverflow@gmail.com
@@ -143,7 +180,6 @@
-

{status}

diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 5db5467..0ff94bd 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,6 +1,6 @@