Skip to content

Commit b58db7f

Browse files
committed
refactor: reorder sponsors
1 parent aa09930 commit b58db7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packlets/new-front/sponsors.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ import devcon from '$assets/devcon.svg'
4444
<div>
4545
<h1 class="text-center font-bold text-3xl pb-6">Silver</h1>
4646
<div class="sponsor-container">
47-
<Image src={microsoft} alt="Microsoft" class="h-8 w-auto" />
48-
<Image src={eventpop} alt="Eventpop" class="h-8 w-auto" />
4947
<Image src={earnin} alt="EarnIn" class="h-10 w-auto" />
5048
<Image src={devcon} alt="Road to Devcon" class="h-14 w-auto" />
49+
<Image src={microsoft} alt="Microsoft" class="h-8 w-auto" />
50+
<Image src={eventpop} alt="Eventpop" class="h-8 w-auto" />
5151
</div>
5252
</div>
5353

0 commit comments

Comments
 (0)