feat: add docs tab in profile menu

This commit is contained in:
prafull-opensignlabs
2024-01-18 12:15:46 +05:30
parent 83df89c115
commit 39f3f73896
2 changed files with 10 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
export const openInNewTab = (url) => {
window.open(url, "_blank", "noopener,noreferrer");
};