File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "./manim-banner.scss";
4
4
5
5
const ManimBanner = ( ) => {
6
6
const { colorMode} = React . useContext ( ThemeContext ) ;
7
- if ( ! colorMode ) {
7
+ if ( ! colorMode ) {
8
8
return < img src = "banner-light.svg" className = "manim-banner" /> ;
9
9
}
10
10
if ( colorMode === "dark" ) {
Original file line number Diff line number Diff line change 1
1
import * as React from "react" ;
2
2
import "./plugin_div.scss" ;
3
- import { FontAwesomeIcon } from ' @fortawesome/react-fontawesome'
4
- import { faPython } from ' @fortawesome/free-brands-svg-icons'
5
- import { faHome } from "@fortawesome/free-solid-svg-icons" ;
3
+ import { FontAwesomeIcon } from " @fortawesome/react-fontawesome" ;
4
+ import { faPython } from " @fortawesome/free-brands-svg-icons" ;
5
+ import { faHome } from "@fortawesome/free-solid-svg-icons" ;
6
6
7
7
export default function PluginDiv ( { element} ) {
8
8
let date1 = element . urls [ 0 ] . upload_time_iso_8601 ;
@@ -30,7 +30,7 @@ export default function PluginDiv({element}) {
30
30
rel = "noopener noreferrer"
31
31
>
32
32
< button type = "button" class = "btn btn-outline-info m-1" >
33
- < FontAwesomeIcon icon = { faHome } /> Home Page
33
+ < FontAwesomeIcon icon = { faHome } /> Home Page
34
34
</ button >
35
35
</ a >
36
36
</ div >
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import {ManimBanner} from "../components/manim-banner";
3
3
import NavBar from "../components/navbar" ;
4
4
import "./index.scss" ;
5
5
import { Link } from "gatsby" ;
6
- import { FontAwesomeIcon } from ' @fortawesome/react-fontawesome'
7
- import { faPlayCircle , faBook } from ' @fortawesome/free-solid-svg-icons'
6
+ import { FontAwesomeIcon } from " @fortawesome/react-fontawesome" ;
7
+ import { faPlayCircle , faBook } from " @fortawesome/free-solid-svg-icons" ;
8
8
9
9
const IndexPage = ( ) => {
10
10
return (
@@ -23,7 +23,7 @@ const IndexPage = () => {
23
23
</ p >
24
24
< div className = "link-div" >
25
25
< Link href = "https://docs.manim.community" >
26
- < FontAwesomeIcon icon = { faBook } /> Documentation
26
+ < FontAwesomeIcon icon = { faBook } /> Documentation
27
27
</ Link >
28
28
< Link href = "https://docs.manim.community/en/stable/examples.html" >
29
29
< FontAwesomeIcon icon = { faPlayCircle } /> Examples
You can’t perform that action at this time.
0 commit comments