fix: user profile comment preview user bar

This commit is contained in:
Kentai Radiquum 2025-04-06 16:52:49 +05:00
parent 762c2f324a
commit e363838e98
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 26 additions and 4 deletions

View file

@ -17,7 +17,7 @@ export const ProfileActivityComment = (props: {
key={`comment-${comment.id}`}
>
<footer className="flex items-center justify-between mb-2">
<div className="flex flex-col items-start gap-1 sm:items-center sm:flex-row">
<div className="flex items-center gap-1">
<Link
href={`/profile/${comment.profile.id}`}
className="inline-flex items-center mr-3 text-sm font-semibold text-gray-900 dark:text-white hover:underline"