Skip to content

Commit

Permalink
FIX compile error by remove '
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufginanjar committed Sep 28, 2022
1 parent 930d4d0 commit 4b383ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions components/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Cards() {
<Card.Text className="text-black d-flex">
<span>
Some quick example text to build on the card title and make
up the bulk of the card's content.
up the bulk of the card`s content.
</span>
</Card.Text>
<Link href="/games">
Expand All @@ -37,7 +37,7 @@ export default function Cards() {
<Card.Title>Multiplayer Game</Card.Title>
<Card.Text className="text-black d-flex">
<span>
the bulk of the card's content. Some quick example text to
the bulk of the card`s content. Some quick example text to
build on the card title and make up
</span>
</Card.Text>
Expand All @@ -56,7 +56,7 @@ export default function Cards() {
<Card.Text className="text-black d-flex">
<span>
Some quick example text to build on the card title and make
up the bulk of the card's content.
up the bulk of the card`s content.
</span>
</Card.Text>
<Button variant="primary">See more</Button>
Expand Down
4 changes: 2 additions & 2 deletions components/carousel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Carousels() {
<Carousel.Caption>
{/* <h3>Second slide label</h3> */}
<span className="d-flex justify-content-center">
There's something really cool is coming ! Stay tuned{" "}
There`s something really cool is coming ! Stay tuned{" "}
</span>
</Carousel.Caption>
</Carousel.Item>
Expand All @@ -47,7 +47,7 @@ export default function Carousels() {
{/* <h3>Third slide label</h3> */}

<span className="d-flex justify-content-center">
There's something really cool is coming ! Stay tuned{" "}
There`s something really cool is coming ! Stay tuned{" "}
</span>
</Carousel.Caption>
</Carousel.Item>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Home(props) {
<Col>
<h1 className={styles.title}>Welcome to The Game {player}</h1>
<h3 className={styles.title + " d-flex justify-content-center"}>
Let's play some games !
Let`s play some games !
</h3>
<Link href="/#Cards ">
<div className="d-flex justify-content-center ">
Expand Down

0 comments on commit 4b383ed

Please sign in to comment.