Skip to content

Commit

Permalink
Merge pull request #54 from deponte-designer/feature/carousel-tickets…
Browse files Browse the repository at this point in the history
…-btn

Feature/carousel tickets btn
  • Loading branch information
deponte-designer committed Feb 15, 2024
2 parents 49f409b + d5fbc72 commit a22fdf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/EventCard/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const EventCard = (props) => {
)}
</Card.Text>

{props.eventBuyTicket && (<Button variant="outline-success" className="btn-outline-purple" href={props.eventBuyTicket} size="sm" style={{ borderRadius: '1rem' }}>
{props.eventBuyTicket && (<Button variant="outline-success" className="btn-outline-purple" href={props.eventBuyTicket} target="_blank" size="sm" style={{ borderRadius: '1rem' }}>
Find Tickets <FaArrowUpRightFromSquare style={{ marginLeft: '5px' }} />
</Button>)}

Expand Down
4 changes: 2 additions & 2 deletions src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Home() {
<Container className="carousel-content">
<Carousel.Caption className="carousel-caption-custom">
<h2>Millions of Artists</h2>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p>
<p>From all countries and genres. </p>
</Carousel.Caption>
</Container>
</Carousel.Item>
Expand All @@ -39,7 +39,7 @@ function Home() {
<Container className="carousel-content">
<Carousel.Caption className="carousel-caption-custom">
<h2>Events for all</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<p>All styles from all over the world.</p>
</Carousel.Caption>
</Container>
</Carousel.Item>
Expand Down

0 comments on commit a22fdf9

Please sign in to comment.