1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 17:15:48 +05:30

feat: added support for embedding auto-generated subtitles #10

This commit is contained in:
2026-01-04 20:42:29 +05:30
Verified
parent da806b21e9
commit 01f4e96101
6 changed files with 29 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ export default function Footer() {
{isSettingsPage ? (
<div className="flex items-center justify-between p-4 border-t border-border">
<div className="flex flex-col gap-1">
<span className="text-sm">{config.appName} v{appVersion} - &copy; {new Date().getFullYear()} &nbsp;|&nbsp; <a href={'https://github.com/' + config.appRepo + '/blob/main/LICENSE'} target="_blank">MIT License</a></span>
<span className="text-sm">{config.appName} v{appVersion} &copy; 2025 - {new Date().getFullYear()} &nbsp;|&nbsp; <a href={'https://github.com/' + config.appRepo + '/blob/main/LICENSE'} target="_blank">MIT License</a></span>
<span className="text-xs text-muted-foreground">Proudly Made with <Heart className="inline size-3 mb-0.5 fill-primary stroke-primary"/> in India <IndianFlagLogo className="inline size-full w-4 ml-0.5 mb-[0.1rem]" /></span>
</div>
<div className="flex items-center gap-2">