Skip to content

Commit 9a90bbb

Browse files
authored
Merge pull request #50499 from ntheanh201/case-studies-link
Updates case studies link
2 parents ed9df7a + 881bc8e commit 9a90bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/blocks/case-studies.html

Lines changed: 1 addition & 1 deletion
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 style="text-align: center"><a href="/case-studies/" style="color: #3371E3; font-weight: 400">{{ $caseStudiesSection.LinkTitle }}</a></h3>
8+
<h3 style="text-align: center"><a href="{{ $caseStudiesSection.RelPermalink }}" style="color: #3371E3; font-weight: 400">{{ $caseStudiesSection.LinkTitle }}</a></h3>
99
<div id="caseStudiesWrapper">
1010
{{ range $caseStudiesPages }}
1111
{{ $dark := .Resources.GetMatch "**{dark_logo}*.svg" }}

0 commit comments

Comments
 (0)