0.2.3 #99
1 changed files with 4 additions and 1 deletions
|
|
@ -31,7 +31,10 @@ const CategoryCard = props => {
|
|||
const cardContent = <>{category.rules && <ul className="list">{categoryRules}</ul>}</>;
|
||||
const cardFooter = (
|
||||
<>
|
||||
<a className="link button button--primary" href={`/categories/${category.pk}/`}>
|
||||
<a
|
||||
className="link button button--primary"
|
||||
href={`/core/categories/${category.pk}/`}
|
||||
>
|
||||
Edit
|
||||
</a>
|
||||
<button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue