Skip to content

Commit 30314f7

Browse files
Update src on images
1 parent 58976b2 commit 30314f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/product/superintelligence-infrastructure.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h3>{{ .supabase.title }}</h3>
7474
<p class="my-12">{{ .supabase.description }}</p>
7575
<div><p class="italic">{{ .supabase.quote }}</p><p> - {{ .supabase.author }}</p></div>
7676
</div>
77-
<img class="w-full xl:w-1/2" src={{.supabase.image }}/>
77+
<img class="w-full xl:w-1/2" src="/images/case-studies/supabase-architecture-diagram.png"/>
7878
</div>
7979
<div class="my-24 text-left">
8080
<h3 class="text-center">{{ .subheading }}</h3>
@@ -114,7 +114,7 @@ <h6 class="text-center">{{ .subheader | markdownify }}</h6>
114114
<p class="mb-12">{{ .closing | markdownify }}</p>
115115
<div class="flex justify-center"><a href={{ .link }} class="flex-inline btn-secondary">{{ .cta }}</a></div>
116116
</div>
117-
<img class="w-full xl:w-1/2" src={{ .image }}/>
117+
<img class="w-full xl:w-1/2" src="/images/product/hcl-to-pulumi.png"/>
118118
</div>
119119
{{ end }}
120120
</div>

0 commit comments

Comments
 (0)