Skip to content

Commit

Permalink
Remove current category
Browse files Browse the repository at this point in the history
  • Loading branch information
gusruben committed Jan 17, 2025
1 parent a8667fb commit 266386c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ export const everything = async () => {

export const categories = async () => {
return [
{
category: 'Current',
color: 'secondary',
icon: 'explore'
},
...manifest.map(category => ({
category: category.category,
color: category.color,
Expand Down

0 comments on commit 266386c

Please sign in to comment.