Commit aa7638e5 authored by John Lam's avatar John Lam

add css

parent 4bc5e7af
...@@ -32,7 +32,7 @@ export default function PromotionIndexComponent ({}) { ...@@ -32,7 +32,7 @@ export default function PromotionIndexComponent ({}) {
<div className="promo-list-container"> <div className="promo-list-container">
<div className="promo-header"> <div className="promo-header">
<h1 className="promo-title"> Promotions</h1> <h1 className="promo-title"> Promotions</h1>
<NavLink className="add-navLink" to='/promos/new'><button className="btn-primary">+ New Promotion</button></NavLink> <NavLink className="add-navLink" to='/promos/new'><button className="btn-success">+ New Promotion</button></NavLink>
</div> </div>
<table className="promo-index-list"> <table className="promo-index-list">
<thead className="promo-table-title"> <thead className="promo-table-title">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment