Skip to content

Commit 5fd969c

Browse files
Fixing Grunty location and naming
1 parent f107912 commit 5fd969c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
File renamed without changes.

docs-starlight/src/components/dv-PetAdvertise.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Image } from 'astro:assets';
55
import BackgroundPattern from '@assets/hero-bkgnd.svg';
66
import IconPipelines from '@assets/pipelines.svg';
77
import IconArrowGreen from '@assets/icon-circle-arrow.svg';
8-
import PetTerragrunt from '@assets/pet-terragrunt.svg';
8+
import grunty from '@assets/grunty.svg';
99
1010
const pipelinesLink = 'https://www.gruntwork.io/platform/pipelines';
1111
const 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">

0 commit comments

Comments
 (0)