Skip to content

Commit

Permalink
did some changes on the button
Browse files Browse the repository at this point in the history
  • Loading branch information
Minetbayeka committed Aug 14, 2024
1 parent 2db4ab1 commit 76b16a2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pages/event/components/EventDetailSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,16 @@ const EventDetailSection = () => {
veniam voluptatem saepe, odio vel in?</p>
</div>

<div className='flex gap-8 mt-5'>
<Button
type="primary-button"
text="Jion Now"
icon={<i className="fa fa-angle-right"></i>}
/>

<button className='secondary-button'>0123456789083</button>
</div>

</div>


Expand Down

0 comments on commit 76b16a2

Please sign in to comment.