From 2c5052213fa5ad69b40d9f59ea2bbb7d1d1e6c13 Mon Sep 17 00:00:00 2001 From: priyankarpal <88102392+priyankarpal@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:49:03 +0530 Subject: [PATCH 1/3] chore: remove unwanted code --- src/common/playlists/PlayHeaderActions.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/playlists/PlayHeaderActions.jsx b/src/common/playlists/PlayHeaderActions.jsx index 9866e560e..6e9bb0842 100644 --- a/src/common/playlists/PlayHeaderActions.jsx +++ b/src/common/playlists/PlayHeaderActions.jsx @@ -103,8 +103,6 @@ const PlayHeaderActions = ({ play }) => { className="action" href={`https://github.com/reactplay/react-play/tree/main/src${play.path}`} rel="noopener noreferrer" - rel="noopener noreferrer" - target="_blank" target="_blank" > From d585aaee051a720aa4c29f45c030be900d25d927 Mon Sep 17 00:00:00 2001 From: priyankarpal <88102392+priyankarpal@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:50:14 +0530 Subject: [PATCH 2/3] chore: remove blank file --- src/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.jsx b/src/index.jsx index 20a60ad8b..e7f29a385 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -1,6 +1,5 @@ import RouteDefs from 'common/routing/RouteDefs'; import { SearchContextProvider } from 'common/search/search-context'; -import './index.css'; import React, { useState } from 'react'; import { createRoot } from 'react-dom/client'; import reportWebVitals from './reportWebVitals'; From a078fa0493ce481ea263436405fb3f0ac5f11a11 Mon Sep 17 00:00:00 2001 From: priyankarpal <88102392+priyankarpal@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:50:42 +0530 Subject: [PATCH 3/3] chore: delete blank file --- src/index.css | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/index.css diff --git a/src/index.css b/src/index.css deleted file mode 100644 index e69de29bb..000000000