Skip to content

Commit

Permalink
Update ReportsSectionSlideBlock.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeevalex authored Dec 17, 2023
1 parent 29bb010 commit 7f152d5
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/components/ReportsSectionSlideBlock.astro
Original file line number Diff line number Diff line change
Expand Up @@ -122,29 +122,6 @@ const { onlyShowOnLg } = Astro.props;
href="https://creativeheadmag.com/salon-smart-2023-the-event-delivering-proactive-advice-to-drive-your-business-forward/"
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<ReportCard
imgSrc="/images/index/reports/make-up-paris.jpg"
sectionTitle="Out and about"
title="Make-up In Paris"
description="Come and see us at Make-up in Paris! We'll be at booth E36, and Annie will be presenting on June 14th at 1:30pm."
hasLink={true}
linkTitle="Find out more"
href="https://www.linkedin.com/posts/anniemegjohnstone_facialcare-aestheticmedicine-beauty-activity-7069684756749115393-98Gb?utm_source=share&utm_medium=member_desktop"
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<!-- TODO: this should match the JS breakpoint at 1024px below -->
<ReportCard
imgSrc="/images/index/reports/clean-beauty-in-london.jpg"
sectionTitle="Out and about"
title="Clean beauty in london"
description="Annie spent the day at the Clean Beauty in London show at The Brewery near the Barbican. We loved how much Solid Beauty was on show - it truly has gone from eco-necessity to a product to be enjoyed."
hasLink={true}
linkTitle="Find out more"
href="https://www.instagram.com/p/CroOUUFvvGx/"
/>
</div>

<style>
.onlyShowOnLg {
Expand Down

1 comment on commit 7f152d5

@vercel
Copy link

@vercel vercel bot commented on 7f152d5 Dec 17, 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.