Skip to content

Commit 787ff2c

Browse files
committed
Fix compile erros
1 parent 5d3afde commit 787ff2c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/components/EBanner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Copyright © 2022 by Shen, Jen-Chieh $
88
*/
99
import React from 'react';
10-
import { Container, Button } from 'react-bootstrap';
10+
import { Button } from 'react-bootstrap';
1111

1212
import banner from '../etc/sink_white.png';
1313

@@ -21,7 +21,7 @@ class Ebanner extends React.Component {
2121
<>
2222
<div className="text-center">
2323
<div>
24-
<img src= { banner }/>
24+
<img src= { banner } alt="banner" />
2525
</div>
2626
<br/>
2727
<div className="text-info h5">

src/components/EFooter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* Copyright © 2022 by Shen, Jen-Chieh $
88
*/
99
import React from 'react';
10-
import { Container } from 'react-bootstrap';
1110

1211
class EFooter extends React.Component {
1312
state = {};

src/components/ENavbar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { Container, Navbar, Nav } from 'react-bootstrap';
1111

1212
import { SiGithub } from 'react-icons/si';
1313
import { BsNewspaper } from 'react-icons/bs';
14-
import { BsQuestion } from 'react-icons/bs';
1514
import { FaQuestion } from 'react-icons/fa';
1615
import { GiLaurelsTrophy } from 'react-icons/gi';
1716

0 commit comments

Comments
 (0)