mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(ui): ♻💄 center-align info button
This commit is contained in:
parent
14da1e2340
commit
d7a891c80e
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ export const ListInfoButton = (props: RouteComponentProps & Props) => {
|
|||
const listPath = `/lists/${slugify(props.listName, SlugifyOptions)}`;
|
||||
return (
|
||||
<Button
|
||||
style={{ marginLeft: "10px" }}
|
||||
type="primary"
|
||||
title={`View more information about ${props.listName}.`}
|
||||
onClick={() =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue