generated from autonomic-cooperative/astro-payload-template
Astroad -> Paystro
Closes autonomic-cooperative/astro-payload-template#8
This commit is contained in:
@ -18,7 +18,7 @@ const post = id && (await getPost(id));
|
||||
|
||||
{
|
||||
post ? (
|
||||
<Layout title={`Astroad | ${post.title!}`}>
|
||||
<Layout title={`Paystro | ${post.title!}`}>
|
||||
<div class="space-y-3 my-3">
|
||||
<a href="/">BACK</a>
|
||||
<h1 class="font-bold text-5xl" transition:name=`title-${post.id}`>{post.title}</h1>
|
||||
|
Reference in New Issue
Block a user