mirror of
https://github.com/google/nomulus
synced 2026-04-23 01:30:51 +00:00
Open resources link in new tab (#2163)
We want to do this because it takes the user to an external site, which could potentially lead to confusion if they tried to use the back button without a new tab.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<a
|
||||
class="console-app__widget_left"
|
||||
href="{{ userDataService.userData?.technicalDocsUrl }}"
|
||||
target="_blank"
|
||||
>
|
||||
<mat-icon class="console-app__widget-icon">menu_book</mat-icon>
|
||||
<h1 class="console-app__widget-title">Resources</h1>
|
||||
|
||||
Reference in New Issue
Block a user