diff --git a/index.html b/index.html index d1c4e64..1d378ca 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,10 @@ ['a', { name: 'Chat', url: 'https://chat.openai.com' }], ['b', { name: 'Dribbble', url: 'https://dribbble.com/shots/recent' }], ['c', { name: 'Calendar', url: 'https://calendar.google.com' }], - ['d', { name: 'Drive', url: 'https://drive.google.com' }], + [ + 'd', + { name: 'Drive', url: 'https://drive.google.com/drive/u/0/my-drive' }, + ], ['f', { name: 'Figma', url: 'https://www.figma.com' }], ['g', { name: 'GitHub', url: 'https://github.com' }], ['k', { name: 'Keep', url: 'https://keep.google.com' }],