Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbelokon committed Jan 19, 2022
1 parent b5b0512 commit 8693928
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "4.3.1",
"react-lite-youtube-embed": "^2.1.3",
"react-lite-youtube-embed": "2.1.3",
"react-transition-group": "4.4.2",
"react-use": "17.3.2",
"smoothscroll-polyfill": "0.4.4",
Expand Down
2 changes: 2 additions & 0 deletions src/web/src/components/Posts/Post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import PostAvatar from './PostAvatar';
import GitHubInfo from './GitHubInfo';
import ShareButton from './ShareButton';

import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';

type Props = {
postUrl: string;
currentPost?: number;
Expand Down
2 changes: 0 additions & 2 deletions src/web/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import '../styles/globals.css';
import '@fontsource/spartan';
import '@fontsource/pt-serif';

import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';

// Reference: https://github.com/mui-org/material-ui/blob/master/examples/nextjs/pages/_app.js
const App = ({ Component, pageProps }: AppProps) => {
// Use the preferred theme for this user and the browser (one of 'dark' or 'light').
Expand Down

0 comments on commit 8693928

Please sign in to comment.