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
1 change: 0 additions & 1 deletion frontend/.env

This file was deleted.

4 changes: 4 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# environment
.env
.env.local
87 changes: 86 additions & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@formspree/react": "^3.0.0",
"@heroicons/react": "^2.2.0",
"@tabler/icons-react": "^3.44.0",
"@tailwindcss/vite": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/sections/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function About() {
About Gatelog
</p>
<h2 className="font-display text-3xl lg:text-4xl font-extrabold text-surface tracking-tight leading-tight mb-10">
Built with simplicity in mind
Built after watching a receptionist manage 30 visitors a day with a paper logbook
</h2>

<div className="space-y-5 text-body text-base leading-relaxed">
Expand Down
Loading
Loading