Skip to content

Commit

Permalink
remove program button while no program page
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothee31 committed Feb 7, 2025
1 parent 4e3d81f commit e575013
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/components/Program/ProgramList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,7 @@ const ProgramList = () => {
title="Extrait du Programme"
onNextClick={handleNext}
onPrevClick={handlePrev}
>
<>
<div className="md:hidden">
<ButtonLink variant="secondary-invert" href={"/program"}>
Voir tout
</ButtonLink>
</div>
<div className="hidden md:block">
<ButtonLink variant="secondary-invert" href={"/program"}>
Découvrir le Programme
</ButtonLink>
</div>
</>
</TopBanner>
/>
</div>
<ClientOnly>
<Swiper
Expand Down

0 comments on commit e575013

Please sign in to comment.