Skip to content

Commit d08ac9c

Browse files
committed
Format
1 parent 1668c5f commit d08ac9c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

packages/components/src/components/marketplace-list.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ export const MarketplaceList = ({
123123
)}
124124
</>
125125
) : (
126-
<div className="flex h-24 w-full items-center justify-center">
127-
{placeholder}
128-
</div>
126+
<div className="flex h-24 w-full items-center justify-center">{placeholder}</div>
129127
)}
130128
</section>
131129
);
@@ -155,7 +153,7 @@ export function MarketplaceListItem({ item, ...rest }: MarketplaceListItemProps)
155153
placeholder={item.image.placeholder || 'empty'}
156154
width="92"
157155
height="92"
158-
className="aspect-square rounded-lg object-contain ring-inset ring-1 ring-[rgb(from_var(--fg)_r_g_b_/_0.1)]"
156+
className="aspect-square rounded-lg object-contain ring-1 ring-inset ring-[rgb(from_var(--fg)_r_g_b_/_0.1)]"
159157
/>
160158
</div>
161159
<div className="flex flex-col">

website/src/pages/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export { default } from '@theguild/tailwind-config'
6464
### Add PostCSS config
6565

6666
```js filename="postcss.config.js"
67-
export { default } from '@theguild/tailwind-config/postcss.config';
67+
export { default } from '@theguild/tailwind-config/postcss.config'
6868
```
6969

7070
### Add theme config

0 commit comments

Comments
 (0)