Fix home page design.
This commit is contained in:
@@ -13,7 +13,7 @@ public record AuthorDto(
|
||||
this(
|
||||
author.id(),
|
||||
author.name(),
|
||||
author.image()
|
||||
author.photoId()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user