diff --git a/client/package-lock.json b/client/package-lock.json index f742bd3..0ff5839 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -27,7 +27,6 @@ "eslint-plugin-svelte3": "3.2.1", "prettier": "2.4.1", "prettier-plugin-svelte": "2.4.0", - "sass": "^1.43.4", "svelte": "3.44.1", "svelte-check": "2.2.8", "svelte-preprocess": "4.9.8", @@ -3110,6 +3109,8 @@ "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz", "integrity": "sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==", "dev": true, + "optional": true, + "peer": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0" }, @@ -5878,6 +5879,8 @@ "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz", "integrity": "sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==", "dev": true, + "optional": true, + "peer": true, "requires": { "chokidar": ">=3.0.0 <4.0.0" } diff --git a/client/package.json b/client/package.json index 10ee796..c7a8f39 100644 --- a/client/package.json +++ b/client/package.json @@ -30,7 +30,6 @@ "eslint-plugin-svelte3": "3.2.1", "prettier": "2.4.1", "prettier-plugin-svelte": "2.4.0", - "sass": "^1.43.4", "svelte": "3.44.1", "svelte-check": "2.2.8", "svelte-preprocess": "4.9.8", diff --git a/client/src/routes/api.svelte b/client/src/routes/api.svelte index 00664f0..77e4f1c 100644 --- a/client/src/routes/api.svelte +++ b/client/src/routes/api.svelte @@ -64,7 +64,7 @@ - \ No newline at end of file + diff --git a/client/src/routes/guide.svelte b/client/src/routes/guide.svelte index 589a75c..94a9a02 100644 --- a/client/src/routes/guide.svelte +++ b/client/src/routes/guide.svelte @@ -42,7 +42,7 @@ - \ No newline at end of file + diff --git a/client/src/routes/index.svelte b/client/src/routes/index.svelte index 863fb1f..a6a57a0 100644 --- a/client/src/routes/index.svelte +++ b/client/src/routes/index.svelte @@ -45,8 +45,10 @@ $ curl -XGET 'https://jokesbapak2.herokuapp.com/'

- {$_('home.more.1')} goto('/guide')}>{$_('navigation.guide')} - {$_('home.more.2')} goto('/api')}>{$_('navigation.api')} + {$_('home.more.1')} + goto('/guide')}>{$_('navigation.guide')} + {$_('home.more.2')} + goto('/api')}>{$_('navigation.api')}

diff --git a/client/src/routes/why.svelte b/client/src/routes/why.svelte index 4e5363a..7b90e45 100644 --- a/client/src/routes/why.svelte +++ b/client/src/routes/why.svelte @@ -46,25 +46,26 @@

- \ No newline at end of file +