Update site/content/examples/21-miscellaneous/01-hacker-news/Item.svelte

Co-Authored-By: Antony Jones <ant@enzy.org>
pull/4643/head
Robin Cussol 6 years ago committed by GitHub
parent 738e8b1261
commit bba96339d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@
<article>
<a href="{item.url}">
<h1>{item.title}</h1>
{#if item.domain != null}
{#if item.domain}
<small>{item.domain}</small>
{/if}
</a>

Loading…
Cancel
Save