Skip to content

Commit 7957654

Browse files
committed
#79-Position change for the icons
1 parent 80f924f commit 7957654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/LanguageButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function LanguageButton({ language }: { language: string }) {
88
const url = `https://cdn.simpleicons.org/${language.toLowerCase()}/default`;
99
return (
1010
<Link href={`/repos/${language.toLowerCase()}`}>
11-
<Button>{language} <img className='ml-1 h-5 w-5' src={url} /></Button>
11+
<Button> <img className='mr-1 h-5 w-5' src={url} alt={language}/> {language}</Button>
1212
</Link>
1313
);
1414
}

0 commit comments

Comments
 (0)