Skip to content

Commit c13fc05

Browse files
committed
Move files to implement client folder pattern in Social/Embed component
1 parent 2eeb656 commit c13fc05

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Social/Embed/__tests__/client.spec.ts renamed to src/components/Social/Embed/client/__tests__/index.spec.ts

File renamed without changes.
File renamed without changes.

‎src/components/Social/Embed/index.astro‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const maxWidthClass = platformMaxWidth[detectedPlatform] || 'max-w-[550px]'
6767
class="border border-gray-200 dark:border-gray-700 rounded-xl p-4 bg-white dark:bg-gray-800 shadow-sm animate-pulse"
6868
>
6969
<div class="flex items-center gap-3 mb-4">
70-
<div class="w-12 h-12 rounded-full bg-gray-300 dark:bg-gray-600 flex-shrink-0"></div>
70+
<div class="w-12 h-12 rounded-full bg-gray-300 dark:bg-gray-600 shrink-0"></div>
7171
<div class="flex-1 flex flex-col gap-2">
7272
<div class="h-4 w-32 bg-gray-300 dark:bg-gray-600 rounded"></div>
7373
<div class="h-3.5 w-24 bg-gray-200 dark:bg-gray-700 rounded"></div>

0 commit comments

Comments
 (0)