Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 35aac22

Browse files
author
Joel Worrall
committed
fix: correct header for archived
1 parent c98b48f commit 35aac22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/oss-category.js

-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import community from '../images/categories/Community_Project.png';
1111
import nr1catalog from '../images/categories/New_Relic_One_Catalog_Project.png';
1212
import example from '../images/categories/Example_Code.png';
1313
import experimental from '../images/categories/Experimental.png';
14-
import product from '../images/categories/Product_Delivered_in_Open_Source.png';
1514
import archived from '../images/categories/Archived.png';
1615
import styles from './oss-category.module.scss';
1716

@@ -34,7 +33,6 @@ const headers = [
3433
nr1catalog,
3534
example,
3635
experimental,
37-
product,
3836
archived
3937
];
4038

0 commit comments

Comments
 (0)