mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
chore: new tab
This commit is contained in:
@@ -5,9 +5,9 @@ import { FaExternalLinkAlt } from "react-icons/fa";
|
||||
export default function ImageAuthor(props: Props) {
|
||||
return (
|
||||
<div className='imageAuthor'>
|
||||
<Link href={props.location}><p>{props.description}</p></Link>
|
||||
<Link href={props.location} target="_blank"><p>{props.description}</p></Link>
|
||||
<p>by {props.author}</p>
|
||||
<Link href={props.url}><FaExternalLinkAlt /></Link>
|
||||
<Link href={props.url} target="_blank"><FaExternalLinkAlt /></Link>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user