Skip to content

Commit 774b5b0

Browse files
committed
slash removal
1 parent 85bc3f6 commit 774b5b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/constants/aboutUs/quickanswers.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@ export const quickAnswers = [
22
{
33
question: 'Is Music Blocks free to use?',
44
answer: 'Yes, Music Blocks is a 100% free to use, open sourced software.',
5-
image: '/assets/QuickAnswers/cards.svg',
5+
image: 'assets/QuickAnswers/cards.svg',
66
},
77
{
88
question: 'What is Music Blocks?',
99
answer:
1010
'A visual programming language for creating music and learning coding.',
11-
image: '/assets/QuickAnswers/Headset.svg',
11+
image: 'assets/QuickAnswers/Headset.svg',
1212
},
1313
{
1414
question: 'Can I use Sugar on any device?',
1515
answer: 'Yes! It runs on Linux, Windows, macOS, and live USBs.',
16-
image: '/assets/QuickAnswers/monitor-mobbile.svg',
16+
image: 'assets/QuickAnswers/monitor-mobbile.svg',
1717
},
1818
{
1919
question: 'Who develops Sugar and Music Blocks?',
2020
answer: 'Sugar Labs and a global open-source community.',
21-
image: '/assets/QuickAnswers/people.svg',
21+
image: 'assets/QuickAnswers/people.svg',
2222
},
2323
{
2424
question: 'How can I contribute to Sugar Labs?',
2525
answer: 'By coding, translating, designing, or writing docs!',
26-
image: '/assets/QuickAnswers/task.svg',
26+
image: 'assets/QuickAnswers/task.svg',
2727
},
2828
{
2929
question: 'Is Sugar Labs a nonprofit?',
3030
answer: 'Yes! It creates free, open-source educational software.',
31-
image: '/assets/QuickAnswers/card-slash.svg',
31+
image: 'assets/QuickAnswers/card-slash.svg',
3232
},
3333
];

0 commit comments

Comments
 (0)