Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd03d7c

Browse files
Bugfix in navigation links.
1 parent f88ec38 commit fd03d7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

piw/layout.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def create_layout(dash_app: Dash, pages: dict, links: Optional[dict[str, str]],
3939
link_name,
4040
href=link_href,
4141
className='nav-link',
42+
target='_blank',
4243
),
4344
)
4445
for link_name, link_href in links.items()

0 commit comments

Comments
 (0)