Skip to content

Commit 7b491cd

Browse files
committed
icons mobywatel fix
1 parent 3b7ce52 commit 7b491cd

6 files changed

Lines changed: 5 additions & 11 deletions

File tree

frontend/src/pages/Services.tsx

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,30 @@ import Service from "../components/Service";
55
const dummyServices = [
66
{
77
text: "Zastrzeż PESEL",
8-
icon: (
9-
<img src="static/icon1.png" className="w-6" alt="Zastrzeż PESEL" />
10-
),
8+
icon: <img src="/icon1.png" className="w-6" alt="Zastrzeż PESEL" />,
119
},
1210
{
1311
text: "Domeny gov.pl",
14-
icon: (
15-
<img src="static/icon2.png" className="w-6" alt="Domeny gov.pl" />
16-
),
12+
icon: <img src="/icon2.png" className="w-6" alt="Domeny gov.pl" />,
1713
url: "/domains",
1814
},
1915
{
2016
text: "Uprawnienia kierowcy",
21-
icon: <img src="static/icon4.png" className="w-6" alt="mojeIKP" />,
17+
icon: <img src="/icon4.png" className="w-6" alt="mojeIKP" />,
2218
},
2319
{
2420
text: "Historia pojazdu",
2521
icon: (
2622
<img
27-
src="static/icon5.png"
23+
src="/icon5.png"
2824
className="w-6"
2925
alt="Zgłoś incydent w sieci"
3026
/>
3127
),
3228
},
3329
{
3430
text: "Sprawdź dowód",
35-
icon: (
36-
<img src="static/icon3.png" className="w-6" alt="Sprawdź dowód" />
37-
),
31+
icon: <img src="/icon3.png" className="w-6" alt="Sprawdź dowód" />,
3832
},
3933
];
4034

0 commit comments

Comments
 (0)