Skip to content

Commit

Permalink
added images team
Browse files Browse the repository at this point in the history
  • Loading branch information
AchyuthMohan committed Dec 2, 2022
1 parent 40da5f5 commit 8d01e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added src/assets/team/adithya.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/data/teamData.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import achyuth from '../assets/team/Achyuth.jpeg'
import alen from '../assets/team/Alen.jpeg'
import athul from '../assets/team/Athul.jpeg'
import hari from '../assets/team/Hari.jpeg'
import adithya from '../assets/team/adithya.jpeg'
const persons=[
{
id:1,
Expand All @@ -17,7 +18,7 @@ const persons=[
{
id:3,
name:'Adithya Ajith',
image:'https://avatars.githubusercontent.com/u/43471295?v=4'
image:adithya
},
{
id:4,
Expand Down

0 comments on commit 8d01e65

Please sign in to comment.