Skip to content

Commit 6150108

Browse files
authored
chore(build): fix build (#1808)
1 parent 21fc8ca commit 6150108

26 files changed

+12
-12
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ opt-level = 3
2727
codegen-units = 1
2828

2929
[workspace.package]
30-
version = "0.2.2"
30+
version = "0.2.1"
3131
rust-version = "1.73"
3232

3333
[workspace.dependencies]

img/AU-flag.png

-284 KB
Binary file not shown.

img/BL-flag.png

-35.2 KB
Binary file not shown.

img/BR-flag.png

-150 KB
Binary file not shown.

img/DE-flag.png

-32.2 KB
Binary file not shown.

img/IN-flag.png

-47.7 KB
Binary file not shown.

img/IT-flag.png

-40.9 KB
Binary file not shown.

img/JP-flag.png

-75.4 KB
Binary file not shown.

img/MX-flag.png

-46.5 KB
Binary file not shown.

img/PT-flag.png

-287 KB
Binary file not shown.

img/UK-flag.png

-442 KB
Binary file not shown.

img/UR-flag.png

-35.3 KB
Binary file not shown.

img/USA-flag.png

-84.5 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

ui/src/components/settings/sub_pages/about.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -231,47 +231,47 @@ pub fn AboutPage(cx: Scope) -> Element {
231231
div {
232232
class: "flags",
233233
img {
234-
src: "./icons/USA-Flag.png",
234+
src: "./ui/extra/images/USA-Flag.png",
235235
alt: "USA Flag",
236236
},
237237
img {
238-
src: "./icons/MX-Flag.png",
238+
src: "./ui/extra/images/MX-Flag.png",
239239
alt: "Mexico Flag",
240240
}
241241
img {
242-
src: "./icons/DE-Flag.png",
242+
src: "./ui/extra/images/DE-Flag.png",
243243
alt: "Germany Flag",
244244
}
245245
img {
246-
src: "./icons/PT-Flag.png",
246+
src: "./ui/extra/images/PT-Flag.png",
247247
alt: "Portugal Flag",
248248
}
249249
img {
250-
src: "./icons/BR-Flag.png",
250+
src: "./ui/extra/images/BR-Flag.png",
251251
alt: "Brazil Flag",
252252
}
253253
img {
254-
src: "./icons/IT-Flag.png",
254+
src: "./ui/extra/images/IT-Flag.png",
255255
alt: "Italy Flag",
256256
}
257257
img {
258-
src: "./icons/UR-Flag.png",
258+
src: "./ui/extra/images/UR-Flag.png",
259259
alt: "Ukraine Flag",
260260
}
261261
img {
262-
src: "./icons/BL-Flag.png",
262+
src: "./ui/extra/images/BL-Flag.png",
263263
alt: "Belarus Flag",
264264
}
265265
img {
266-
src: "./icons/JP-Flag.png",
266+
src: "./ui/extra/images/JP-Flag.png",
267267
alt: "Japan Flag",
268268
}
269269
img {
270-
src: "./icons/AU-Flag.png",
270+
src: "./ui/extra/images/AU-Flag.png",
271271
alt: "Australia Flag",
272272
}
273273
img {
274-
src: "./icons/IN-Flag.png",
274+
src: "./ui/extra/images/IN-Flag.png",
275275
alt: "Indonesia Flag",
276276
}
277277
}

0 commit comments

Comments
 (0)