Frontend: Fix Board compilation error

This commit is contained in:
Eero Holmala 2023-05-29 12:20:09 +03:00
parent edb6887998
commit 2b3ec0d718

View File

@ -7,7 +7,7 @@ import Col from 'react-bootstrap/Col';
import SideNav from './sidenav'; import SideNav from './sidenav';
import NavBar from './navbar'; import NavBar from './navbar';
export default function Board(props) { export default function Board() {
return ( return (
<Container> <Container>
<Row> <Row>
@ -26,7 +26,7 @@ export default function Board(props) {
</Card.Title> </Card.Title>
<Card.Text> <Card.Text>
Some quick example text to build on the card title and make up the Some quick example text to build on the card title and make up the
bulk of the card's content. bulk of the card{"'"}s content.
</Card.Text> </Card.Text>
<Button variant="primary"> <Button variant="primary">
Go somewhere Go somewhere