Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/components/sections/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Hero() {
<ul className="flex flex-col gap-2 mb-9">
{[
'Real-time dashboard that reveals exactly who is on premises',
'Returning visitor auto-fill check-in under 30 seconds',
'Returning visitor auto-fill & check-in under 30 seconds',
].map((item, i) => (
<li key={i} className="flex items-start gap-2.5 text-sm text-body">
<CheckCircle2
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/auth/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ return (
<div className="flex items-center justify-center p-8 bg-white max-[860px]:p-5 max-[860px:items-start max-[860px]:pt-16">
<div className="w-full max-w-[400px]">
{/* Mobile logo */}
<a href="/" className="font-display text-xl font-extrabold text-white tracking-[-0.03em] no-underline flex-shrink-0 hidden max-[860px]:block mb-10">
<a href="/" className="font-display text-xl font-extrabold text-black tracking-[-0.03em] no-underline flex-shrink-0 hidden max-[860px]:block mb-10">
Gate<span className="text-green-500">log</span>
</a>

Expand Down
Loading