File tree Expand file tree Collapse file tree
frontend/src/app/plans/account/calendar Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Separator } from "@/components/ui/separator";
55
66export default function FAQCalendarPage ( ) {
77 return (
8- < div className = "w-full space-y-6" >
8+ < div className = "mb-8 w-full space-y-6" >
99 < div >
1010 < h3 className = "text-lg font-medium" > Jak dodać do kalendarza</ h3 >
1111 < p className = "text-sm text-muted-foreground" >
@@ -20,8 +20,10 @@ export default function FAQCalendarPage() {
2020 Kliknij przycisk "Dodaj do kalendarza (.ics)"
2121 </ p >
2222 < Image
23- src = { "/assets/tutorial/tutorial-1.jpg " }
23+ src = { "/assets/tutorial/tutorial-1.png " }
2424 alt = "Strona z planami, przycisk dodaj do kalendarza"
25+ width = { 800 }
26+ height = { 450 }
2527 unoptimized
2628 className = "w-full"
2729 />
@@ -38,12 +40,16 @@ export default function FAQCalendarPage() {
3840 < Image
3941 src = { "/assets/tutorial/tutorial-2.jpg" }
4042 alt = "Strona główna kalendarza google z zaznaczonym na czerwono przyciskiem dodaj"
43+ width = { 800 }
44+ height = { 450 }
4145 unoptimized
4246 className = "w-full"
4347 />
4448 < Image
4549 src = { "/assets/tutorial/tutorial-3.jpg" }
4650 alt = "Strona kalendarza google z zaznaczonym na czerwono przyciskiem importuj"
51+ width = { 800 }
52+ height = { 450 }
4753 unoptimized
4854 className = "w-full"
4955 />
@@ -57,6 +63,8 @@ export default function FAQCalendarPage() {
5763 < Image
5864 src = { "/assets/tutorial/tutorial-4.jpg" }
5965 alt = "Strona importu pliku do kalendarza google"
66+ width = { 800 }
67+ height = { 450 }
6068 unoptimized
6169 className = "w-full"
6270 />
You can’t perform that action at this time.
0 commit comments