Skip to content

Commit

Permalink
Adding Simulai powered by label
Browse files Browse the repository at this point in the history
  • Loading branch information
wsieroci committed Mar 19, 2024
1 parent 3078468 commit 76bba06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/components/elements/ChatInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<v-icon name="bi-arrow-up" class="w-5 h-5"/>
</button>
</div>
<div class="text-xs text-center text-gray-500 relative" style="top: 20px;">
Powered By <a target="_blank" href="https://www.simulai.co" class="" style="color: #aaa;">Simulai</a>
</div>
</div>
</template>

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down

0 comments on commit 76bba06

Please sign in to comment.