mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 09:29:41 +05:00
fix: user profile comment preview user bar
This commit is contained in:
parent
762c2f324a
commit
e363838e98
5 changed files with 26 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue