mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-05 08:42:02 +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
|
<a
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
href={`/profile/${author?.pubkey}`}
|
||||||
className="text-blue-300 hover:underline"
|
className="text-blue-300 hover:underline"
|
||||||
>
|
>
|
||||||
{author?.username || author?.name || author?.pubkey}
|
{author?.username || author?.name || author?.pubkey}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user