We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134d001 commit 68873efCopy full SHA for 68873ef
utils/tempData.js data/tempData.jsutils/tempData.js renamed to data/tempData.js
src/components/Card.jsx
@@ -39,7 +39,7 @@ function Card({
39
{githubProjectUrl && (
40
<a className={`${buttonStyle}`} href={githubProjectUrl}>
41
<FaGithub size={"20"} className="mr-2" />
42
- Github
+ GitHub
43
</a>
44
)}
45
src/components/LangSwitcher.jsx
@@ -11,7 +11,7 @@ function LangageSwitcher() {
11
"py-2 px-6 pointer rounded-full my-2 text-xs hover:bg-accentDarker transition-colors ";
12
13
return (
14
- <div className="flex justify-center sm:justify-end">
+ <div className="flex justify-center pr-4 pt-2 sm:justify-end sm:pt-4">
15
<div className="flex justify-center text-white">
16
<div className="flex gap-2 sm:gap-4">
17
<button
0 commit comments