Skip to content

Commit

Permalink
updated images
Browse files Browse the repository at this point in the history
  • Loading branch information
fwinford committed Jan 14, 2025
1 parent b2384c8 commit d1010bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx,json}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx,json}\"",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,json}\""

},
"husky": {
"hooks": {
Expand Down Expand Up @@ -55,7 +54,7 @@
"gh-pages": "^4.0.0",
"husky": "^8.0.0",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"prettier": "^2.8.8",
"tailwindcss": "^3.2.4",
"typescript": "^4.8.4"
}
Expand Down
2 changes: 1 addition & 1 deletion src/data/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const TEAM: TeamMember[] = [
{
name: 'Boyoon Han',
description: 'Boyoon is a senior studying Data Science and Math at CAS. In her free time, she likes cafe-hopping, trying out new restaurants, and photography.',
profileImg: '/images/team/bo.jpg',
profileImg: '/images/team/boyoon.jpg',
role: 'CS Wiki Writer',
},
{
Expand Down
File renamed without changes

0 comments on commit d1010bd

Please sign in to comment.