Skip to content

Commit fefc1f5

Browse files
Update Projects.js
1 parent 5ff6ac5 commit fefc1f5

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/components/Projects.js

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const ProjectsList = [
1717
link: 'https://neutralino.js.org'
1818
},
1919
{
20-
title: 'Jerverless',
20+
title: <span>Jerverless <span className="badge badge--secondary">Archived</span></span>,
2121
image: 'jerverless.png',
2222
description: (
2323
<>
@@ -82,18 +82,6 @@ const ProjectsList = [
8282
),
8383
link: 'https://github.com/codezri/lamgstack'
8484
},
85-
{
86-
title: 'FactsOverflow',
87-
image: 'factsoverflow.png',
88-
description: (
89-
<>
90-
FactsOverflow (also known as FO) is an educational non-commercial blog that publishes stories mostly about computer
91-
science and programming. This website contains articles written by volunteers who need to show their findings,
92-
experiments, and open-source-related activities to the right community.
93-
</>
94-
),
95-
link: 'https://factsoverflow.com/'
96-
},
9785
{
9886
title: 'react-native-ecommerce',
9987
image: 'script.png',

0 commit comments

Comments
 (0)