mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
user details page
This commit is contained in:
@@ -72,6 +72,9 @@ export default function ResourcePage() {
|
||||
})
|
||||
}
|
||||
<button
|
||||
onClick={() => {
|
||||
navigate(`/user/${resource.author.username}`)
|
||||
}}
|
||||
className="border-b-2 mx-4 py-1 cursor-pointer border-transparent hover:border-primary transition-colors duration-200 ease-in-out">
|
||||
<div className="flex items-center ">
|
||||
<div className="avatar">
|
||||
|
Reference in New Issue
Block a user