Skip to content

Commit 3ad9654

Browse files
committed
feat: recomendations in the warning message
1 parent 685691b commit 3ad9654

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vis/js/HeadstartRunner.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ class HeadstartRunner {
8686
"You are using an unsupported browser. " +
8787
"This visualization was successfully tested " +
8888
"with the latest versions of " +
89-
"Chrome, Firefox, Safari, Edge and Opera."
89+
"Chrome, Firefox, Safari, Edge and Opera. " +
90+
"We strongly recommend using one of these browsers."
9091
);
9192
}
9293
}

0 commit comments

Comments
 (0)