We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce5c82 commit 6b65a20Copy full SHA for 6b65a20
src/fourc_webviewer/gui_utils.py
@@ -126,7 +126,7 @@ def _toolbar(server_controller):
126
with html.A(
127
v_bind="props",
128
href="https://4c-multiphysics.github.io/4C/documentation/index.html",
129
- target="_blank", # öffnet im neuen Tab
+ target="_blank", # opens in a new tab
130
style="text-decoration: none; color: inherit; cursor: help;", # Icon soll normal aussehen
131
):
132
vuetify.VIcon(
0 commit comments