Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
fix: use avatar for Deepika that loads
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-at-koor committed Aug 25, 2023
1 parent 5ba755d commit 1046c59
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions docs/company/employees/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@
import { VPTeamMembers } from 'vitepress/theme'
const members = [
{
avatar: 'https://github.com/dave-at-koor.png',
name: 'Dave Mount',
title: 'CTO',
avatar: 'https://github.com/galexrt.png',
name: 'Alexander Trost',
title: 'Founding Engineer',
links: [
{ icon: 'github', link: 'https://github.com/dave-at-koor' },
{ icon: 'twitter', link: 'https://twitter.com/DaveOfSanRamon' },
{ icon: 'github', link: 'https://github.com/galexrt' },
{ icon: 'twitter', link: 'https://twitter.com/galexrt' },
],
},
{
avatar: 'https://github.com/ideepika.png',
name: 'Deepika Upadhyay',
title: 'Cloud Storage Engineer',
links: [
{ icon: 'github', link: 'https://github.com/ideepika' },
{ icon: 'twitter', link: 'https://twitter.com/i_deepika_' },
],
},
{
Expand All @@ -19,21 +28,12 @@
],
},
{
avatar: 'https://github.com/galexrt.png',
name: 'Alexander Trost',
title: 'Founding Engineer',
links: [
{ icon: 'github', link: 'https://github.com/galexrt' },
{ icon: 'twitter', link: 'https://twitter.com/galexrt' },
],
},
{
avatar: 'avatars/Deepika.jpg',
name: 'Deepika Upadhyay',
title: 'Cloud Storage Engineer',
avatar: 'https://github.com/dave-at-koor.png',
name: 'Dave Mount',
title: 'CTO',
links: [
{ icon: 'github', link: 'https://github.com/ideepika' },
{ icon: 'twitter', link: 'https://twitter.com/i_deepika_' },
{ icon: 'github', link: 'https://github.com/dave-at-koor' },
{ icon: 'twitter', link: 'https://twitter.com/DaveOfSanRamon' },
],
},
]
Expand Down

0 comments on commit 1046c59

Please sign in to comment.