mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: logo alignment
This commit is contained in:
@@ -199,22 +199,22 @@ export const ShowSponsors = () => {
|
|||||||
<h2 className="font-display text-2xl font-medium tracking-tight text-primary sm:text-2xl text-left">
|
<h2 className="font-display text-2xl font-medium tracking-tight text-primary sm:text-2xl text-left">
|
||||||
Hero Sponsors 🎖
|
Hero Sponsors 🎖
|
||||||
</h2>
|
</h2>
|
||||||
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4">
|
<div className="flex flex-wrap items-center gap-4">
|
||||||
<a href="https://www.hostinger.com/vps-hosting?ref=dokploy">
|
<a
|
||||||
|
href="https://www.hostinger.com/vps-hosting?ref=dokploy"
|
||||||
|
className="flex-shrink-0"
|
||||||
|
>
|
||||||
<img
|
<img
|
||||||
src="https://raw.githubusercontent.com/Dokploy/dokploy/canary/.github/sponsors/hostinger.jpg"
|
src="https://raw.githubusercontent.com/Dokploy/dokploy/canary/.github/sponsors/hostinger.jpg"
|
||||||
alt="hostinger.com"
|
alt="hostinger.com"
|
||||||
className="rounded-xl"
|
className="rounded-xl w-[190px] h-auto"
|
||||||
width="200"
|
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://www.lxaer.com?ref=dokploy" className="flex-shrink-0">
|
||||||
<a href="https://www.lxaer.com?ref=dokploy">
|
|
||||||
<img
|
<img
|
||||||
src="https://raw.githubusercontent.com/Dokploy/dokploy/canary/.github/sponsors/lxaer.png"
|
src="https://raw.githubusercontent.com/Dokploy/dokploy/canary/.github/sponsors/lxaer.png"
|
||||||
alt="lxaer.com"
|
alt="lxaer.com"
|
||||||
className="rounded-xl"
|
className="rounded-xl w-[70px] h-auto"
|
||||||
width="200"
|
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user