Skip to content

Commit

Permalink
Remove sepia filter
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuzumon committed Aug 8, 2024
1 parent 4fd4ce2 commit ce575e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/personnel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function Personnel() {
hover={person.hoverPicture}
alt={person.name}
width={200}
cssClass={"rounded sepia " + person.imgCss}
cssClass={"rounded " + person.imgCss}
></HoverableImage>
</div>
</div>
Expand Down

0 comments on commit ce575e5

Please sign in to comment.