Skip to content

Commit

Permalink
Update ReportsSectionSlideBlock.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeevalex authored Oct 4, 2023
1 parent 1c018f1 commit c160735
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/ReportsSectionSlideBlock.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ export type Props = {
const { onlyShowOnLg } = Astro.props;
---

<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<ReportCard
imgSrc="/images/index/reports/luxepack.jpg"
sectionTitle="Out and about"
title="In-Trend in LUXEPACK, Monaco"
description="That's a wrap! The In-Trend team has had a great time attending LUXEPACK Monaco this week. Keep an eye out in the upcoming days, for more inspirational packaging and information on Glen's talk."
hasLink={true}
linkTitle="Find out more"
href="https://www.linkedin.com/feed/update/urn:li:activity:7115356284773625858"
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<ReportCard
imgSrc="/images/index/reports/germany-presentation.jpg"
Expand Down

1 comment on commit c160735

@vercel
Copy link

@vercel vercel bot commented on c160735 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.