File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default function App() {
99 const [ leetCodeID , setLeetCodeID ] = useLocalStorage ( null , "lpLeetCodeID" ) ;
1010
1111 return (
12- < div className = "pt-5 pb-5 px-5" >
12+ < div className = "pt-5 pb-3 px-5" >
1313 < Icons />
1414 < Logo />
1515
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ export default function Footer() {
22 return (
33 < footer className = "mt-3" >
44 < p className = "text-center text-xs text-lp-greyer flex items-center justify-center" >
5- { new Date ( ) . getFullYear ( ) } © Created
6- By < span className = "font-semibold text-lp-grey flex items-center ml-1" >
5+ © Created { new Date ( ) . getFullYear ( ) } By < span className = "font-semibold text-lp-grey flex items-center ml-1" >
76 Hüsam
87 < a href = "https://twitter.com/husamahmud"
98 target = "_blank"
@@ -14,6 +13,8 @@ export default function Footer() {
1413 </ a >
1514 </ span >
1615 </ p >
16+
17+ < span className = 'text-xs font-semibold text-lp-grey' > v1.3.12</ span >
1718 </ footer >
1819 ) ;
1920}
You can’t perform that action at this time.
0 commit comments