We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a0679 commit a07b65cCopy full SHA for a07b65c
src/components/modals/ShareModal.vue
@@ -24,8 +24,9 @@
24
</div>
25
26
<!-- Description -->
27
- <p class="vdb-c-mb-16 vdb-c-text-sm vdb-c-text-gray-600">
28
- A public link to your chat has been created.
+ <p class="vdb-c-mb-16 vdb-c-text-sm vdb-c-text-black">
+ Share the link with everyone to show all the cool things you made
29
+ {{ ":)" }}
30
</p>
31
32
<!-- Loading State -->
@@ -50,7 +51,7 @@
50
51
<input
52
:value="publicLink"
53
readonly
- class="vdb-c-flex-1 vdb-c-border-none vdb-c-bg-transparent vdb-c-text-sm vdb-c-text-gray-800 vdb-c-outline-none"
54
+ class="vdb-c-flex-1 vdb-c-border-none vdb-c-bg-transparent vdb-c-text-sm vdb-c-text-black vdb-c-outline-none"
55
/>
56
<button
57
@click="copyLink"
0 commit comments