We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fa0e1 commit f55bc0aCopy full SHA for f55bc0a
src/routes/Session.jsx
@@ -73,7 +73,7 @@ function Session() {
73
{currentImageData && currentImageData.author && (
74
<div className="w-auto min-w-[8rem] rounded-t-lg bg-slate-900 bg-opacity-55 text-center text-white">
75
{currentImageData.author_url && (
76
- <a href={currentImageData.author_url} className="px-3 pt-2">
+ <a href={currentImageData.author_url} target="_blank" rel="noreferrer" className="px-3 pt-2">
77
{currentImageData.author}
78
</a>
79
)}
0 commit comments