Skip to content

Commit 2acab91

Browse files
authored
fix: Capitalize s in the Microsoft for Startups...
...alternative text image.
1 parent 51be60e commit 2acab91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ import Layout from '../layouts/Default.astro';
146146
<section class="bg-gray-100 flex justify-evenly items-center p-10">
147147
<a href="#"><img src="/assets/sios.png" alt="Sios" class="w-40 h-auto"></a>
148148
<a href="#"><img src="/assets/hashub.png" alt="Hashhub" class="w-40 h-auto"></a>
149-
<a href="#"><img src="/assets/msstartups.png" alt="Microsoft for startups" class="w-40 h-auto"></a>
149+
<a href="#"><img src="/assets/msstartups.png" alt="Microsoft for Startups" class="w-40 h-auto"></a>
150150
<a href="#"><img src="/assets/miraise.png" alt="Miraise" class="w-40 h-auto"></a>
151151
<a href="#"><img src="/assets/monexventures.png" alt="Monex Ventures" class="w-40 h-auto"></a>
152152
</section>

0 commit comments

Comments
 (0)