Skip to content

Commit

Permalink
chore: remove apple category (no article)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Sep 17, 2023
1 parent 88eceeb commit 0883b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/data/categories.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const categories = [
{ id: 'programming', icon: 'mdi-code-tags' },
{ id: 'android', icon: 'mdi-android' },
{ id: 'linux', icon: 'mdi-linux' },
{ id: 'windows', icon: 'mdi-microsoft-windows' },
{ id: 'apple', icon: 'mdi-apple' }
{ id: 'windows', icon: 'mdi-microsoft-windows' }
// { id: 'apple', icon: 'mdi-apple' }
]

function getCategory (id) {
Expand Down

0 comments on commit 0883b32

Please sign in to comment.