Skip to content

Commit 12d260e

Browse files
authored
Fix syntax of AnitaB.org image
1 parent e64b1e7 commit 12d260e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ const projectList = [
312312
},
313313
{
314314
name: 'AnitaB.org ',
315-
imageSrc: '![image](https://user-images.githubusercontent.com/60894542/94313579-9780c080-ff9c-11ea-8853-daa2a1c0fff5.png)',
315+
imageSrc: 'https://user-images.githubusercontent.com/60894542/94313579-9780c080-ff9c-11ea-8853-daa2a1c0fff5.png',
316316
projectLink: 'https://github.com/anitab-org',
317317
description: 'Helping women find their potential in code.',
318318
tags: ['Python', 'Java', 'Swift', 'Javascript', 'HTML' , 'Kotlin' , 'Dart'],

0 commit comments

Comments
 (0)