We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a411c commit ff67ea4Copy full SHA for ff67ea4
src/common/playlists/PlayHeaderActions.jsx
@@ -103,8 +103,6 @@ const PlayHeaderActions = ({ play }) => {
103
className="action"
104
href={`https://github.com/reactplay/react-play/tree/main/src${play.path}`}
105
rel="noopener noreferrer"
106
- rel="noopener noreferrer"
107
- target="_blank"
108
target="_blank"
109
>
110
<BsGithub className="icon" size="24px" />
src/index.css
src/index.jsx
@@ -1,6 +1,5 @@
1
import RouteDefs from 'common/routing/RouteDefs';
2
import { SearchContextProvider } from 'common/search/search-context';
3
-import './index.css';
4
import React, { useState } from 'react';
5
import { createRoot } from 'react-dom/client';
6
import reportWebVitals from './reportWebVitals';
0 commit comments