From d7a891c80e40413723f55c488dde1d6f88ec7b6f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 22 Nov 2021 04:45:52 -0600 Subject: [PATCH] =?UTF-8?q?refactor(ui):=20=E2=99=BB=F0=9F=92=84=20center-?= =?UTF-8?q?align=20info=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/ListInfoButton.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/ListInfoButton.tsx b/web/src/components/ListInfoButton.tsx index e62475f55..b4434d61f 100644 --- a/web/src/components/ListInfoButton.tsx +++ b/web/src/components/ListInfoButton.tsx @@ -12,6 +12,7 @@ export const ListInfoButton = (props: RouteComponentProps & Props) => { const listPath = `/lists/${slugify(props.listName, SlugifyOptions)}`; return (