Skip to content

Commit 8853e6f

Browse files
committed
add Spatial to sponsors
1 parent 03a6847 commit 8853e6f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

public/images/sponsors/spatial.png

3.43 KB
Loading

src/components/Sponsor.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function Sponsor({
2626
rel="noopener noreferrer" target="_blank"
2727
className={cn(
2828
className,
29-
'text-base flex-row leading-tight font-bold border rounded-md py-5 px-5 inline-flex items-center my-1',
29+
'text-base flex-row leading-tight font-bold border rounded-md m-3 py-5 px-5 inline-flex items-center my-1 min-w-[240px] hover:shadow-md',
3030
)}>
3131
{/* eslint-disable-next-line @next/next/no-img-element */}
3232
<img src={image} alt={title} className='w-16 h-16 mr-4' />

src/content/learn/misc/sponsors.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ Visit [the developer's Github Sponsors page](https://github.com/sponsors/KurtGok
1111
Here are some of the kind individuals and companies who have donated significant amounts to ReactUnity.
1212

1313
<Sponsor title="Prographers" image="/images/sponsors/prographers.png" link="https://prographers.com/" />
14+
15+
<Sponsor title="Spatial" image="/images/sponsors/spatial.png" link="https://spatial.io/" />

0 commit comments

Comments
 (0)