feat(auth): Add APK download link to login page
Some checks are pending
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run

This commit is contained in:
fullsizemalt 2026-01-07 13:32:08 -08:00
parent 7567efe51e
commit b6fbb5c8b7

View file

@ -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>