forked from tanner/qotnews
minor.
This commit is contained in:
@@ -38,9 +38,8 @@
|
|||||||
alt="logo"
|
alt="logo"
|
||||||
style="height: 1rem; width: 1rem;" />
|
style="height: 1rem; width: 1rem;" />
|
||||||
<a rel="prefetch" href="/{story.id}">{story.title}</a>
|
<a rel="prefetch" href="/{story.id}">{story.title}</a>
|
||||||
(<a href={story.url || story.link}>
|
(<a
|
||||||
{new URL(story.url || story.link).hostname.replace(/^www\./, '')}
|
href={story.url || story.link}>{new URL(story.url || story.link).hostname.replace(/^www\./, '')}</a>)
|
||||||
</a>)
|
|
||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
<StoryInfo {story} />
|
<StoryInfo {story} />
|
||||||
|
Reference in New Issue
Block a user