As a user, after I submit my email I should see a clickable link to take me back to merch page.
AC
WHEN you click the Submit button on the form to notify you when merch is back in stock
THEN you should see a success alert
AND you should be able to click a link Continue Shopping that takes you back to the merch.html page.
Dev Notes
add <a href="./merch.html" class="stretched-link font-weight-bold text-lowercase">Continue Shopping</a> under already existing green alert box that appears after form submission.
User Story
As a user, after I submit my email I should see a clickable link to take me back to merch page.
AC
WHEN you click the
Submit
button on the form to notify you when merch is back in stock THEN you should see a success alert AND you should be able to click a linkContinue Shopping
that takes you back to themerch.html
page.Dev Notes
<a href="./merch.html" class="stretched-link font-weight-bold text-lowercase">Continue Shopping</a>
under already existing green alert box that appears after form submission.