mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 08:52:12 +02: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:
parent
f54bec7553
commit
cf43de7755
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue