Prevent blog opening in new tab
This commit is contained in:
parent
54e9fac1e2
commit
5ba25f8543
|
|
@ -19,7 +19,7 @@ const projects = [
|
|||
<a
|
||||
href={project.url}
|
||||
class="project-link"
|
||||
target="_blank"
|
||||
target=""
|
||||
rel="noopener noreferrer"
|
||||
style={`--project-color: ${project.color}`}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue