Skip to content

Commit 881bc8e

Browse files
committed
Updates case studies link
1 parent 7d8cba0 commit 881bc8e

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)