Skip to content

Commit

Permalink
Update ResourcesContainer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 6, 2024
1 parent 374f8a8 commit 4ac6a24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/scripts/components/store/ResourcesContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,14 @@ export default () => {
</Link>
</div>
</div>
<div className={'bg-auto bg-center bg-storeone p-4 m-4 rounded-lg'}>
<div className={'text-center bg-gray-900 bg-opacity-75 p-4'}>
<h1 className={'text-4xl'}>Have a coupon?</h1>
<Link to={'/account/coupons'}>
<Button.Text className={'w-full mt-4'}>Redeem a coupon</Button.Text>
</Link>
</div>
</div>
</div>
</PageContentBlock>
);
Expand Down

0 comments on commit 4ac6a24

Please sign in to comment.