File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export function Sponsor({
26
26
rel = "noopener noreferrer" target = "_blank"
27
27
className = { cn (
28
28
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 ' ,
30
30
) } >
31
31
{ /* eslint-disable-next-line @next/next/no-img-element */ }
32
32
< img src = { image } alt = { title } className = 'w-16 h-16 mr-4' />
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ Visit [the developer's Github Sponsors page](https://github.com/sponsors/KurtGok
11
11
Here are some of the kind individuals and companies who have donated significant amounts to ReactUnity.
12
12
13
13
<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/ " />
You can’t perform that action at this time.
0 commit comments