Skip to content

Commit

Permalink
Refactor Card component to align link on the right side
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsjoy committed Oct 11, 2024
1 parent 9dacec1 commit 0bd66a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cards/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function Card({
{!isComment && (
<Link
href={community ? `/communities/${community.id}` : `/thread/${id}`}
className="mt-5 flex items-center"
className="mt-5 ml-auto flex items-center"
>
<p className="text-subtle-medium text-gray-1">
{formatDateString(createdAt)}
Expand Down

0 comments on commit 0bd66a9

Please sign in to comment.