Skip to content

Commit

Permalink
chore(uses): remove hardware section
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Sep 21, 2024
1 parent c21f019 commit 6f2ffb9
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions src/_data/uses.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,34 +232,6 @@ const data = {
},
],
},
Hardware: {
General: [
{
name: 'MacBook Pro 13" (2020 M1)',
url: 'https://www.apple.com/macbook-pro-13/',
icon: 'apple',
description: 'as my daily driver',
},
],
Peripherals: [
{
name: 'DT 770 Pro',
url: 'https://north-america.beyerdynamic.com/dt-770-pro.html',
description: 'headphones',
},
{
name: 'Glorious Model O (white)',
url: 'https://www.gloriousgaming.com/products/glorious-model-o-white',
description: 'mouse',
},
{
name: 'Custom-built Bakeneko 65%',
url: 'https://cannonkeys.com/products/bakeneko65/',
description:
'keyboard, with Akko Pink switches and white/lavender keycaps',
},
],
},
};

export default schema.parse(data);

0 comments on commit 6f2ffb9

Please sign in to comment.