File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff 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' />
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
1111Here 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/ " />
You can’t perform that action at this time.
0 commit comments