Skip to content

Commit

Permalink
Merge branch 'main' into feat/play-card-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankarpal committed Feb 24, 2024
2 parents 4543ed8 + ff67ea4 commit 17c445c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/common/playlists/PlayHeaderActions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<BsGithub className="icon" size="24px" />
Expand Down
Empty file removed src/index.css
Empty file.
1 change: 0 additions & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 17c445c

Please sign in to comment.