embryo till sök

This commit is contained in:
2025-09-09 17:41:55 +02:00
parent 01e341fce0
commit e23822b30c
6 changed files with 76 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ const AuthorCard: Component<{ author: author }> = (props: {
<Card.Img
variant="top"
class="padding-1"
src={"/api/biiblan/authorcover/" + encodeURIComponent(props.author.id)}
src={"/api/bibblan/authorcover/" + encodeURIComponent(props.author.id)}
/>
<Card.Body>
<Card.Title>{props.author.name}</Card.Title>