We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 223142c + 7edd2b8 commit 9fe4c76Copy full SHA for 9fe4c76
src/routes/(init)/init/(components)/day.svelte
@@ -116,7 +116,7 @@
116
'after:border-offset after:-mt-px after:block after:h-0.5 after:w-full after:border-t-2 after:border-dashed'
117
)}
118
>
119
- {#each content as { type, featureTitle, url, label }}
+ {#each content as { type, title: contentTitle, url, label }}
120
<a href={url} class="group block cursor-pointer">
121
<div
122
class={classNames(
@@ -130,7 +130,7 @@
130
>{type}</span
131
132
<span class="font-aeonik-pro text-label"
133
- >{featureTitle}</span
+ >{contentTitle}</span
134
135
</div>
136
<div class="flex items-center gap-2">
0 commit comments