diff --git a/web/package.json b/web/package.json index ff655d7a..9dafcb32 100644 --- a/web/package.json +++ b/web/package.json @@ -15,6 +15,7 @@ }, "devDependencies": { "@iconify-json/carbon": "^1.1.36", + "@iconify/svelte": "^4.0.2", "@sveltejs/adapter-auto": "^3.0.0", "@sveltejs/adapter-node": "^5.2.0", "@sveltejs/kit": "^2.0.0", diff --git a/web/src/lib/components/chat/ChatIntroduction.svelte b/web/src/lib/components/chat/ChatIntroduction.svelte index eb0fc668..cfac8f0c 100644 --- a/web/src/lib/components/chat/ChatIntroduction.svelte +++ b/web/src/lib/components/chat/ChatIntroduction.svelte @@ -1,9 +1,11 @@