feat(auth): Add APK download link to login page
This commit is contained in:
parent
7567efe51e
commit
b6fbb5c8b7
1 changed files with 9 additions and 0 deletions
|
|
@ -217,6 +217,15 @@ export default function LoginPage() {
|
||||||
<p className="text-[11px] text-[var(--color-text-tertiary)] leading-relaxed text-center">
|
<p className="text-[11px] text-[var(--color-text-tertiary)] leading-relaxed text-center">
|
||||||
This system is for the exclusive use of authorized personnel. All activity is logged and monitored for compliance integrity.
|
This system is for the exclusive use of authorized personnel. All activity is logged and monitored for compliance integrity.
|
||||||
</p>
|
</p>
|
||||||
|
<div className="flex justify-center pt-2">
|
||||||
|
<a
|
||||||
|
href="/veridian-v2.apk"
|
||||||
|
className="text-[10px] text-[var(--color-primary)] hover:text-[var(--color-primary-hover)] font-medium transition-colors flex items-center gap-1"
|
||||||
|
>
|
||||||
|
<Lock size={10} />
|
||||||
|
Download Android App (v2)
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue