Small cleanup to have better audit result
Add a description Clean the Details button
This commit is contained in:
parent
a67fe7056f
commit
30452169fd
@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="Description" content="Canapé">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
|
||||
|
@ -17,8 +17,8 @@ const ShowButtons = (props) => (
|
||||
deleteFromWishlist={props.deleteFromWishlist}
|
||||
getDetails={props.getDetails}
|
||||
/>
|
||||
<ImdbButton imdbId={props.show.get("imdb_id")} size="sm"/>
|
||||
<Link type="button" className="btn btn-primary btn-sm" to={"/shows/details/" + props.show.get("imdb_id")}>
|
||||
<ImdbButton imdbId={props.show.get("imdb_id")}/>
|
||||
<Link className="btn btn-primary" to={"/shows/details/" + props.show.get("imdb_id")}>
|
||||
<i className="fa fa-external-link"></i> Details
|
||||
</Link>
|
||||
</ButtonToolbar>
|
||||
|
Loading…
x
Reference in New Issue
Block a user