Skip to content

Commit 612566f

Browse files
authored
footer fix (#38)
1 parent 2114ba4 commit 612566f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/app/_components/footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function Footer() {
66
<div className="container mx-auto px-4 py-8">
77
<div className="grid grid-cols-1 gap-8 md:grid-cols-3">
88
<div>
9-
<h3 className="mb-4 text-lg font-semibold">ZUS Symulator</h3>
9+
<h3 className="mb-4 text-lg font-semibold">ZUSometr</h3>
1010
<p className="text-muted-foreground text-sm">
1111
Kalkulator prognozy emerytalnej ZUS - sprawdź orientacyjną
1212
wysokość swojej przyszłej emerytury.
@@ -46,7 +46,7 @@ export function Footer() {
4646

4747
<div className="mt-8 border-t pt-8 text-center">
4848
<p className="text-muted-foreground text-sm">
49-
© 2025 ZUS Symulator. Wszystkie prawa zastrzeżone.
49+
© 2025 ZUSometr. Wszystkie prawa zastrzeżone.
5050
</p>
5151
</div>
5252
</div>

0 commit comments

Comments
 (0)