Improve title for ARTICLE.

This commit is contained in:
Emmanuel 2022-08-13 14:47:52 +02:00
parent ced57a197f
commit 9d4d619d43
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
</script>
<header class="prose my-6 max-w-full">
<h2>Article</h2>
<h2>ARTICLE</h2>
{#if summary !== undefined}
<h1>
<SummaryView {summary} />

View file

@ -15,7 +15,7 @@
</script>
<header class="prose my-6 max-w-full">
<h1>Articles</h1>
<h1>ARTICLE</h1>
</header>
<!-- <form action={$page.url.pathname} class="mx-auto max-w-sm" method="get">