Skip to content

Commit b3028b8

Browse files
committed
Fix image loading
1 parent 6f6278c commit b3028b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/constants/aboutUs/mission.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ export const content = {
1111
],
1212
images: {
1313
main: {
14-
src: '/assets/Images/discuss.jpeg',
14+
src: 'assets/Images/discuss.jpeg',
1515
alt: 'Children using Sugar Labs software in a classroom',
1616
},
1717
gallery: [
1818
{
19-
src: '/assets/Images/teach2.jpeg',
19+
src: 'assets/Images/teach2.jpeg',
2020
alt: 'Students collaborating on a Sugar Labs project',
2121
},
2222
{
23-
src: '/assets/Images/teach.jpg',
23+
src: 'assets/Images/teach.jpg',
2424
alt: 'Teacher helping students with Sugar Labs activities',
2525
},
2626
{
27-
src: '/assets/Images/teach1.jpg',
27+
src: 'assets/Images/teach1.jpg',
2828
alt: 'Children exploring creative software tools',
2929
},
3030
],

src/constants/aboutUs/principles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ export const principlesContent = {
5151
},
5252
description:
5353
"In order for Sugar Labs to be successful, it needs the participation of a large number of people who share common goals while maintaining independence, so that each participant has the ability to act independently. For these reasons, Sugar Labs subscribes to the principles described here, which are the author's own translation of an original text in Spanish.",
54-
featuredImage: '/assets/Images/teach1.jpg',
54+
featuredImage: 'assets/Images/teach1.jpg',
5555
};

0 commit comments

Comments
 (0)