Skip to content

Commit be22f65

Browse files
fix(web): normalize landing page file encoding
1 parent 805d449 commit be22f65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const productSignals = [
5353
const proofItems = [
5454
'Built for trips, roommates, clubs, and small teams',
5555
'Clearer than spreadsheets and easier than manual reminders',
56-
'Real-time updates reduce who already paid? confusion',
56+
'Real-time updates reduce who already paid? confusion',
5757
];
5858

5959
export default function HomePage() {

apps/web/components/layout/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const Footer = () => {
6565

6666
<div className="mt-12 flex flex-col gap-5 border-t border-white/5 pt-6 md:flex-row md:items-center md:justify-between">
6767
<div className="flex flex-wrap items-center gap-4 text-sm text-zinc-500">
68-
<span>© 2026 FairShare</span>
68+
<span> 2026 FairShare</span>
6969
<a href="mailto:support@fairsharee.com" className="inline-flex items-center gap-2 transition-colors hover:text-white">
7070
support@fairsharee.com
7171
<Send size={14} />

0 commit comments

Comments
 (0)