Skip to content

Commit

Permalink
Merge pull request #262 from deaaprizal/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
deaafrizal authored Aug 5, 2022
2 parents b530b2c + d0ff261 commit 05763fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Components/Homepage/PostsListImaged.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const isPostsWithImage = (posts, from) => {
</Link>
}
<p className="text-sm">{desc} {more && <span className="italic text-sm text-white break-words break-normal"> ...lebih lengkap</span>}</p>
<div className="flex flex-row flex-wrap gap-2 p-2 absolute bottom-0 left-0 bg-opacity-70 text-white bg-black">
<div className="w-full flex flex-row flex-wrap gap-2 p-2 absolute bottom-0 left-0 bg-opacity-70 text-white bg-black">
<Link href={`/author/${post.author}`} as="button" method="get" className="avatar cursor-pointer">
<div className="w-6 rounded-full">
{from?.page == "author" ? (
Expand Down

0 comments on commit 05763fc

Please sign in to comment.