File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import Search from 'virtual:starlight/components/Search';
77import HeadphonesIcon from ' @assets/headset-icon.svg' ;
88import PipelineIcon from ' @assets/pipelines.svg' ;
99import TerragruntLogo from ' @assets/horizontal-logo-light.svg' ;
10+ import TerragruntIcon from ' @assets/logo-dark-2.svg' ;
1011import ThemeToggle from ' @components/ThemeToggle.astro' ;
1112import ButtonLink from ' @components/ui/ButtonLink' ;
1213import { getGitHubRepo , formatStarCount } from ' @lib/github' ;
@@ -152,13 +153,14 @@ if (!process.env.GITHUB_STARS) {
152153
153154 <!-- Buttons -->
154155 <ButtonLink
155- href =" /terragrunt-scale"
156- variant =" secondary"
157156 className =" hidden md:flex whitespace-nowrap"
157+ href =" https://www.gruntwork.io/services/terragrunt"
158158 size ={ ' lg' }
159+ variant =" secondary"
159160 >
160- Automate Deployments
161+ Enterprise Support
161162 </ButtonLink >
163+
162164 <ButtonLink
163165 href =" /terragrunt-scale"
164166 variant =" secondary"
@@ -173,18 +175,26 @@ if (!process.env.GITHUB_STARS) {
173175 />
174176 </ButtonLink >
175177
178+
176179 <ButtonLink
177- href =" https://www.gruntwork.io/services/terragrunt"
178- variant =" primary"
180+ buttonClassName =" flex items-center justify-center gap-2"
179181 className =" hidden md:flex whitespace-nowrap"
180- isExternalLink = { true }
182+ href = " https://terragrunt.com/terragrunt-scale "
181183 size ={ ' lg' }
184+ variant =" primary"
182185 >
183- Enterprise Support
186+ Terragrunt Scale
187+ <Image
188+ alt =" Terragrunt Scale Icon"
189+ height ={ 16 }
190+ src ={ TerragruntIcon }
191+ quality =" max"
192+ width ={ 16 }
193+ />
184194 </ButtonLink >
185195
186196 <ButtonLink
187- href =" https://www.gruntwork.io/services/ terragrunt"
197+ href =" https://terragrunt.com/ terragrunt-scale "
188198 variant =" primary"
189199 size =" icon"
190200 className =" md:hidden"
You can’t perform that action at this time.
0 commit comments