Skip to content

Commit

Permalink
Merge pull request #40 from husamahmud/feat/38/add_extension_version_…
Browse files Browse the repository at this point in the history
…in_popup

Merge PR40
  • Loading branch information
husamahmud authored May 2, 2024
2 parents d55ecc8 + b766221 commit 993a0a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion popup/src/Components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function App() {
const [leetCodeID, setLeetCodeID] = useLocalStorage(null, "lpLeetCodeID");

return (
<div className="pt-5 pb-5 px-5">
<div className="pt-5 pb-3 px-5">
<Icons />
<Logo />

Expand Down
5 changes: 3 additions & 2 deletions popup/src/Components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ export default function Footer() {
return (
<footer className="mt-3">
<p className="text-center text-xs text-lp-greyer flex items-center justify-center">
{new Date().getFullYear()} &copy; Created
By <span className="font-semibold text-lp-grey flex items-center ml-1">
&copy; Created {new Date().getFullYear()} By <span className="font-semibold text-lp-grey flex items-center ml-1">
Hüsam
<a href="https://twitter.com/husamahmud"
target="_blank"
Expand All @@ -14,6 +13,8 @@ export default function Footer() {
</a>
</span>
</p>

<span className='text-xs font-semibold text-lp-grey'>v1.3.12</span>
</footer>
);
}

0 comments on commit 993a0a8

Please sign in to comment.