mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-03 07:42:03 +00:00
Update src/components/content/courses/MobileCourseDetails.js
fix anchor tag Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
d9e68ea18e
commit
164b17867c
@ -60,6 +60,7 @@ export default function MobileCourseDetails({
|
||||
<a
|
||||
rel="noreferrer noopener"
|
||||
target="_blank"
|
||||
href={`/profile/${author?.pubkey}`}
|
||||
className="text-blue-300 hover:underline"
|
||||
>
|
||||
{author?.username || author?.name || author?.pubkey}
|
||||
|
Loading…
x
Reference in New Issue
Block a user