Skip to content

Commit 91c23ee

Browse files
authored
Merge pull request #43091 from MeenuyD/case-studies
Remove Case-studies Link and Hyperlink from the bottom of the page
2 parents 873cb20 + dac632a commit 91c23ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layouts/shortcodes/blocks/case-studies.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ $caseStudiesPages := where $caseStudiesSection.Pages "Params.featured" true | first 4 }}
66
<section id="talkToUs">
77
<div class="main-section">
8-
<h3>{{ $caseStudiesSection.Title }}</h3>
8+
<h3 style="text-align: center"><a href="/case-studies/" style="color: #3371E3; font-weight: 400">{{ $caseStudiesSection.LinkTitle }}</a></h3>
99
<div id="caseStudiesWrapper">
1010
{{ range $caseStudiesPages }}
1111
{{ $logo := .Resources.GetMatch "**{feature,logo}*.svg" }}
@@ -19,7 +19,6 @@ <h3>{{ $caseStudiesSection.Title }}</h3>
1919
</div>
2020
{{ end }}
2121
</div>
22-
<h5 style="text-align: center"><a href="/case-studies/" style="color: #3371E3; font-weight: 400">{{ $caseStudiesSection.LinkTitle }}</a></h5>
2322
</div>
2423
</section>
2524
{{ end }}

0 commit comments

Comments
 (0)