feat: links update

This commit is contained in:
KazooTTT
2024-10-17 13:08:13 +08:00
parent 5b6bd29c15
commit c4a18a6d69
7 changed files with 44 additions and 3 deletions

View File

@ -46,6 +46,13 @@ const PRODUCTIVITY = [
]
const DEVELOPMENT = [
{
name: 'Cursor',
description: 'IDE',
href: 'https://www.cursor.com/',
iconPath: 'cursor',
iconBgColour: '#2C2C32'
},
{
name: 'VS Code',
description: 'IDE',
@ -59,6 +66,12 @@ const DEVELOPMENT = [
href: 'https://chat.openai.com/',
iconPath: 'chatgpt',
iconBgColour: '#06A67F'
},
{
name: 'Claude',
description: 'AI',
href: 'https://claude.ai/',
iconBgColour: '#06A67F'
}
]