diff --git a/app/components/chat/CommandPalette.vue b/app/components/chat/CommandPalette.vue
index 2e336f3..b549586 100644
--- a/app/components/chat/CommandPalette.vue
+++ b/app/components/chat/CommandPalette.vue
@@ -68,8 +68,10 @@ const commandPaletteUi = {
:disabled="loading"
>
-
-
+
+
+
+
diff --git a/app/components/chat/MessageContainer.vue b/app/components/chat/MessageContainer.vue
index d1c507d..b021953 100644
--- a/app/components/chat/MessageContainer.vue
+++ b/app/components/chat/MessageContainer.vue
@@ -24,7 +24,7 @@ const formatted = computed(() => useDateFormat(useNow(), 'D MMMM YYYY, HH:mm', {
{{ t(message.content || '') }}
-
@@ -83,7 +83,7 @@ const formatted = computed(() => useDateFormat(useNow(), 'D MMMM YYYY, HH:mm', {
Arthur DANJOU
-
diff --git a/app/components/tool/Activity.vue b/app/components/tool/Activity.vue
index e7ce939..0782103 100644
--- a/app/components/tool/Activity.vue
+++ b/app/components/tool/Activity.vue
@@ -75,13 +75,8 @@ const getActivity = computed(() => {
-
- {{ isActive ? t('tool.activity.working') : t('tool.activity.idling', {
- editor: getActivity.name,
- }) }}
-
-
+
{
/>
+
+ {{ isActive ? t('tool.activity.working') : t('tool.activity.idling', {
+ editor: getActivity.name,
+ }) }}
+
@@ -128,15 +128,6 @@ const getActivity = computed(() => {
-
-
- {{ t('maths') }}
-
-
{
/>
+
+
+ {{ t('tool.activity.maths') }}
+
+
diff --git a/app/pages/index.vue b/app/pages/index.vue
index 7bf8999..049d28f 100644
--- a/app/pages/index.vue
+++ b/app/pages/index.vue
@@ -20,7 +20,7 @@ watch(
-
+