Skip to content

Commit

Permalink
fix: open frontend links in areabrick overview in a new tab (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Oct 10, 2024
1 parent 7122cda commit 34ab123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/bricks/overview.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<a data-page-id="{{ page.id }}" data-page-type="{{ page.type }}">
{{ page.url }}
</a>
(<a href="{{ page.url }}">Frontend</a>)
(<a href="{{ page.url }}" target="_blank">Frontend</a>)
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 34ab123

Please sign in to comment.