feat: remove header_link, adjust hero scroll to next, fix some html errors
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<div class="flex items-center justify-center {imageSizeClass}">
|
||||
<f:if condition="{data.image}">
|
||||
<f:then>
|
||||
<figure class="block w-full">
|
||||
<picture class="block w-full">
|
||||
<!-- WEBP source -->
|
||||
<source
|
||||
type="image/webp"
|
||||
@@ -41,7 +41,7 @@
|
||||
alt="{data.image.0.alternative}"
|
||||
class="max-w-full h-auto block"
|
||||
/>
|
||||
</figure>
|
||||
</picture>
|
||||
</f:then>
|
||||
<f:else>
|
||||
<p>No image available</p>
|
||||
|
||||
Reference in New Issue
Block a user