Skip to content

Commit b8b4a91

Browse files
committed
Fix alt text
Signed-off-by: Dan Barr <[email protected]>
1 parent 2c685f9 commit b8b4a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export default function Home(): ReactNode {
159159
>
160160
<img
161161
src='/img/mcp-servers/buildkite-logo.svg'
162-
alt='MKP logo'
162+
alt='Buildkite logo'
163163
style={{
164164
width: '60px',
165165
height: 'auto',
@@ -180,7 +180,7 @@ export default function Home(): ReactNode {
180180
>
181181
<img
182182
src='/img/mcp-servers/yardstick-logo.webp'
183-
alt='MKP logo'
183+
alt='Yardstick logo'
184184
style={{
185185
width: '60px',
186186
height: 'auto',

0 commit comments

Comments
 (0)