mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-22 01:24:54 +02:00
feat: add docs tab in profile menu
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const openInNewTab = (url) => {
|
||||
window.open(url, "_blank", "noopener,noreferrer");
|
||||
};
|
||||
Reference in New Issue
Block a user