Skip to content

Commit 68873ef

Browse files
update
1 parent 134d001 commit 68873ef

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/components/Card.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function Card({
3939
{githubProjectUrl && (
4040
<a className={`${buttonStyle}`} href={githubProjectUrl}>
4141
<FaGithub size={"20"} className="mr-2" />
42-
Github
42+
GitHub
4343
</a>
4444
)}
4545

src/components/LangSwitcher.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function LangageSwitcher() {
1111
"py-2 px-6 pointer rounded-full my-2 text-xs hover:bg-accentDarker transition-colors ";
1212

1313
return (
14-
<div className="flex justify-center sm:justify-end">
14+
<div className="flex justify-center pr-4 pt-2 sm:justify-end sm:pt-4">
1515
<div className="flex justify-center text-white">
1616
<div className="flex gap-2 sm:gap-4">
1717
<button

0 commit comments

Comments
 (0)