Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
husamahmud committed Sep 2, 2024
1 parent 7121abd commit 5a916dc
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions popup/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,23 @@ import { FaXTwitter, FaLinkedinIn } from 'react-icons/fa6'
export default function Footer() {
return (
<footer className="mt-3">
<p className="text-center text-xs text-lp-greyer flex items-center justify-center">
<p className="flex items-center justify-center text-center text-xs text-lp-greyer">
&copy; {new Date().getFullYear()}
<span className="font-semibold text-lp-grey flex items-center ml-1">
<span className="ml-1 flex items-center font-semibold text-lp-grey">
Hüsam
<a href="https://twitter.com/husamahmud"
target="_blank"
className="ml-1">
<FaXTwitter size="16" />
<a href="https://twitter.com/husamahmud" target="_blank" className="ml-1">
<FaXTwitter size="16" />
</a>
<a href="https://www.linkedin.com/in/husamahmud/"
target="_blank"
className="ml-1">
<FaLinkedinIn size="16" />
<a
href="https://www.linkedin.com/in/husamahmud/"
target="_blank"
className="ml-1">
<FaLinkedinIn size="16" />
</a>
</span>
</p>

<span className="text-xs font-semibold text-lp-grey">v1.6.23</span>
<span className="text-xs font-semibold text-lp-grey">v1.6.24</span>
</footer>
)
}

0 comments on commit 5a916dc

Please sign in to comment.