Skip to content

Commit c89c620

Browse files
committed
lint
1 parent 7652355 commit c89c620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/chat/ChatWindow.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
<CarbonCheckmark class="text-[.6rem] sm:mr-1.5 sm:text-green-600" />
256256
<div class="text-green-600 max-sm:hidden">Link copied to clipboard</div>
257257
{:else}
258-
<CarbonExport class="sm:text-primary-500 text-[.6rem] sm:mr-1.5" />
258+
<CarbonExport class="text-[.6rem] sm:mr-1.5 sm:text-primary-500" />
259259
<div class="max-sm:hidden">Share this conversation</div>
260260
{/if}
261261
</button>

0 commit comments

Comments
 (0)