Skip to content

Commit

Permalink
add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbristow committed Dec 9, 2024
1 parent 0feed16 commit 02137cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
Binary file added public/images/jurisdictions/LAC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/jurisdictions/NMDOH-Logo-White.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/jurisdictions/Philly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 6 additions & 14 deletions src/app/components/Carousel/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,12 @@ import 'slick-carousel/slick/slick-theme.css';

export default function Carousel() {
const images = [
`${basePath}/images/placeholder-carousel-numbered-1.png`,
`${basePath}/images/placeholder-carousel-numbered-2.png`,
`${basePath}/images/placeholder-carousel-numbered-3.png`,
`${basePath}/images/placeholder-carousel-numbered-4.png`,
`${basePath}/images/placeholder-carousel-numbered-5.png`,
`${basePath}/images/placeholder-carousel-numbered-6.png`,
`${basePath}/images/placeholder-carousel-numbered-7.png`,
`${basePath}/images/placeholder-carousel-numbered-1.png`,
`${basePath}/images/placeholder-carousel-numbered-2.png`,
`${basePath}/images/placeholder-carousel-numbered-3.png`,
`${basePath}/images/placeholder-carousel-numbered-4.png`,
`${basePath}/images/placeholder-carousel-numbered-5.png`,
`${basePath}/images/placeholder-carousel-numbered-6.png`,
`${basePath}/images/placeholder-carousel-numbered-7.png`,
`${basePath}/images/jurisdictions/LAC.png`,
`${basePath}/images/jurisdictions/NMDOH-Logo-White.png`,
`${basePath}/images/jurisdictions/Philly.png`,
`${basePath}/images/jurisdictions/LAC.png`,
`${basePath}/images/jurisdictions/NMDOH-Logo-White.png`,
`${basePath}/images/jurisdictions/Philly.png`,
];

const settings = {
Expand Down

0 comments on commit 02137cc

Please sign in to comment.