Skip to content

Commit 993a0a8

Browse files
authored
Merge pull request #40 from husamahmud/feat/38/add_extension_version_in_popup
Merge PR40
2 parents d55ecc8 + b766221 commit 993a0a8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

popup/src/Components/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

popup/src/Components/Footer.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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()} &copy; Created
6-
By <span className="font-semibold text-lp-grey flex items-center ml-1">
5+
&copy; 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
}

0 commit comments

Comments
 (0)