Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cchrischen committed May 2, 2024
1 parent 03aae72 commit d1a5ce9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion new-dti-website/components/slideshow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ interface SlideshowProps {
selectedImage: number | null;
}

const imageNames = ['full-team.png', 'family.png', 'collaboration.png', 'event.png', 'initiative.png'];
const imageNames = [
'full-team.png',
'family.png',
'collaboration.png',
'event.png',
'initiative.png'
];

const ImageHeader: React.FC<{ imageName: string; isVisible: boolean }> = ({
imageName,
Expand Down

0 comments on commit d1a5ce9

Please sign in to comment.