Skip to content

Commit

Permalink
fix: correct header for archived
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Worrall committed Jul 27, 2020
1 parent c98b48f commit 35aac22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/oss-category.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import community from '../images/categories/Community_Project.png';
import nr1catalog from '../images/categories/New_Relic_One_Catalog_Project.png';
import example from '../images/categories/Example_Code.png';
import experimental from '../images/categories/Experimental.png';
import product from '../images/categories/Product_Delivered_in_Open_Source.png';
import archived from '../images/categories/Archived.png';
import styles from './oss-category.module.scss';

Expand All @@ -34,7 +33,6 @@ const headers = [
nr1catalog,
example,
experimental,
product,
archived
];

Expand Down

0 comments on commit 35aac22

Please sign in to comment.