From 76bba06a462778305b2b072d0c336531073c841e Mon Sep 17 00:00:00 2001 From: wsieroci Date: Tue, 19 Mar 2024 11:45:08 +0100 Subject: [PATCH] Adding Simulai powered by label --- src/components/elements/ChatInput.vue | 3 +++ tests/unit/utils.test.ts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/elements/ChatInput.vue b/src/components/elements/ChatInput.vue index 33357f3..d3751eb 100644 --- a/src/components/elements/ChatInput.vue +++ b/src/components/elements/ChatInput.vue @@ -33,6 +33,9 @@ +
+ Powered By Simulai +
diff --git a/tests/unit/utils.test.ts b/tests/unit/utils.test.ts index 9ea41c6..e4d4925 100644 --- a/tests/unit/utils.test.ts +++ b/tests/unit/utils.test.ts @@ -6,7 +6,7 @@ test('isTextBlock should work for text blocks', () => { const knownTextBlocks = [ BlockType.Text, BlockType.Quote, - BlockType.H1, + BlockType.H1, BlockType.H2, BlockType.H3 ] as any[]