mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 21:07:44 +00:00
fix: missing header title.
This commit is contained in:
@@ -116,7 +116,7 @@
|
|||||||
'after:border-offset after:-mt-px after:block after:h-0.5 after:w-full after:border-t-2 after:border-dashed'
|
'after:border-offset after:-mt-px after:block after:h-0.5 after:w-full after:border-t-2 after:border-dashed'
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{#each content as { type, featureTitle, url, label }}
|
{#each content as { type, title: contentTitle, url, label }}
|
||||||
<a href={url} class="group block cursor-pointer">
|
<a href={url} class="group block cursor-pointer">
|
||||||
<div
|
<div
|
||||||
class={classNames(
|
class={classNames(
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
>{type}</span
|
>{type}</span
|
||||||
>
|
>
|
||||||
<span class="font-aeonik-pro text-label"
|
<span class="font-aeonik-pro text-label"
|
||||||
>{featureTitle}</span
|
>{contentTitle}</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user