embryo till sök
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user