mirror of
https://github.com/neosubhamoy/neodlp-extension.git
synced 2025-12-20 02:59:33 +05:30
(chore): initial MVP release v0.1.0
This commit is contained in:
13
components/footer.tsx
Normal file
13
components/footer.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
export default function Footer() {
|
||||
const manifest = browser.runtime.getManifest();
|
||||
|
||||
return (
|
||||
<footer className="flex flex-col items-center justify-center text-center w-full">
|
||||
<p className="text-xs text-muted-foreground">
|
||||
<a href={manifest.homepage_url} target="_blank" className="">NeoDLP Extension</a> © {new Date().getFullYear()} - <a href="https://github.com/neosubhamoy/neodlp-extension/blob/main/LICENSE" target="_blank">MIT License</a> <br></br> Made with ❤️ by <a href="https://neosubhamoy.com" target="_blank">Subhamoy</a>
|
||||
</p>
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user