fix(ui): remove PMS taglines from login and mobile pages
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a2c35d0a93
commit
b31fe7374c
2 changed files with 0 additions and 4 deletions
|
|
@ -17,7 +17,6 @@ export default function LoginPage() {
|
||||||
<div>
|
<div>
|
||||||
<h1 className="text-lg font-semibold text-neutral-900">PPMS</h1>
|
<h1 className="text-lg font-semibold text-neutral-900">PPMS</h1>
|
||||||
<p className="text-xs text-neutral-500">Pelagia Payment Management System</p>
|
<p className="text-xs text-neutral-500">Pelagia Payment Management System</p>
|
||||||
<p className="text-xs text-neutral-400 italic">PMS — it runs the ship.</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,6 @@ export function DesktopRequired() {
|
||||||
PPMS is designed for use on a desktop or laptop browser. Please switch to a larger screen to
|
PPMS is designed for use on a desktop or laptop browser. Please switch to a larger screen to
|
||||||
access all features.
|
access all features.
|
||||||
</p>
|
</p>
|
||||||
<p className="mt-4 text-xs text-neutral-400 italic">
|
|
||||||
PMS — it runs the ship, from the right seat.
|
|
||||||
</p>
|
|
||||||
<button
|
<button
|
||||||
onClick={() => signOut({ callbackUrl: "/login" })}
|
onClick={() => signOut({ callbackUrl: "/login" })}
|
||||||
className="mt-8 flex items-center gap-2 rounded-lg border border-neutral-200 px-4 py-2.5 text-sm font-medium text-neutral-600 hover:bg-neutral-50 transition-colors"
|
className="mt-8 flex items-center gap-2 rounded-lg border border-neutral-200 px-4 py-2.5 text-sm font-medium text-neutral-600 hover:bg-neutral-50 transition-colors"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue