hds-web 1.34.5 → 1.34.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.34.5",
3
+ "version": "1.34.7",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -278,26 +278,6 @@ export default function V3Header(props) {
278
278
 
279
279
  // **************************** //
280
280
 
281
- const handleLogoRightClick = (e) => {
282
- e.preventDefault();
283
-
284
- if (e && e.type === "contextmenu") {
285
- if (isBrowser) {
286
- // scrollToTop();
287
-
288
- window.open(
289
- "https://drive.google.com/drive/folders/1xZHt4JPYRvNOo44VHtAJRj3bMD3-26ON"
290
- );
291
- }
292
-
293
- return null;
294
- }
295
-
296
- return null;
297
- };
298
-
299
- // **************************** //
300
-
301
281
  return (
302
282
  <div className="relative mx-auto">
303
283
  <div
@@ -306,7 +286,7 @@ export default function V3Header(props) {
306
286
  )} justify-between py-4 db:py-3 tb-l:justify-start`}
307
287
  >
308
288
  <div className="flex flex-row justify-between items-center w-full tb-l:w-fit">
309
- <div onContextMenu={(e) => handleLogoRightClick(e)}>
289
+ <div>
310
290
  <a href={props.headerUrl} className={"flex items-center"}>
311
291
  <Icon
312
292
  height="w-[103px] h-[33px]"