Skip to content

Commit ff67ea4

Browse files
authored
chore: remove unwanted code (#1466)
* chore: remove unwanted code * chore: remove blank file * chore: delete blank file
1 parent c2a411c commit ff67ea4

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/common/playlists/PlayHeaderActions.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ const PlayHeaderActions = ({ play }) => {
103103
className="action"
104104
href={`https://github.com/reactplay/react-play/tree/main/src${play.path}`}
105105
rel="noopener noreferrer"
106-
rel="noopener noreferrer"
107-
target="_blank"
108106
target="_blank"
109107
>
110108
<BsGithub className="icon" size="24px" />

src/index.css

Whitespace-only changes.

src/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import RouteDefs from 'common/routing/RouteDefs';
22
import { SearchContextProvider } from 'common/search/search-context';
3-
import './index.css';
43
import React, { useState } from 'react';
54
import { createRoot } from 'react-dom/client';
65
import reportWebVitals from './reportWebVitals';

0 commit comments

Comments
 (0)