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