hds-web 1.34.6 → 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.6",
3
+ "version": "1.34.7",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -278,27 +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
- "_self"
291
- );
292
- }
293
-
294
- return null;
295
- }
296
-
297
- return null;
298
- };
299
-
300
- // **************************** //
301
-
302
281
  return (
303
282
  <div className="relative mx-auto">
304
283
  <div
@@ -307,7 +286,7 @@ export default function V3Header(props) {
307
286
  )} justify-between py-4 db:py-3 tb-l:justify-start`}
308
287
  >
309
288
  <div className="flex flex-row justify-between items-center w-full tb-l:w-fit">
310
- <div onContextMenu={(e) => handleLogoRightClick(e)}>
289
+ <div>
311
290
  <a href={props.headerUrl} className={"flex items-center"}>
312
291
  <Icon
313
292
  height="w-[103px] h-[33px]"