File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Image } from 'astro:assets';
55import BackgroundPattern from ' @assets/hero-bkgnd.svg' ;
66import IconPipelines from ' @assets/pipelines.svg' ;
77import IconArrowGreen from ' @assets/icon-circle-arrow.svg' ;
8- import PetTerragrunt from ' @assets/pet-terragrunt .svg' ;
8+ import grunty from ' @assets/grunty .svg' ;
99
1010const pipelinesLink = ' https://www.gruntwork.io/platform/pipelines' ;
1111const patcherLink = ' https://www.gruntwork.io/platform/patcher' ;
@@ -14,9 +14,9 @@ const patcherLink = 'https://www.gruntwork.io/platform/patcher';
1414<!-- Section -->
1515<section class =" relative px-5 pt-10 md:pt-36 w-full" >
1616 <Image
17- src ={ PetTerragrunt }
18- alt =" Terragrunt Pet "
19- class =" absolute -bottom-24 md:-bottom-24 lg:-bottom-26 xl:-bottom-8 right-0 md:-right-4 lg:right-5 xl:-right-24 z-20 pointer-events-none select-none w-40 md:w-52 xl:w-60 h-auto"
17+ src ={ grunty }
18+ alt =" Grunty "
19+ class =" absolute -bottom-24 md:-bottom-24 lg:-bottom-26 xl:-bottom-22 right-0 md:-right-4 lg:right-5 xl:-right-24 z-20 pointer-events-none select-none w-40 md:w-52 xl:w-60 h-auto"
2020 />
2121 <!-- upsell -->
2222 <div class =" relative bg-bg-dark overflow-hidden border-6 border-[#E6E6E6] rounded-3xl" >
You can’t perform that action at this time.
0 commit comments