Revert "Update dependencies & URL slash bugfix (#36)" (#38)

This reverts commit c244c007e1.
This commit is contained in:
David
2021-08-28 15:55:21 +02:00
committed by GitHub
parent c244c007e1
commit e4ad09578f
5 changed files with 9460 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ const LangSelect: FC<Props> = ({ value, onChange, langs, ...props }) => (
value={value}
onChange={onChange}
variant="flushed"
px={[2, null, 3]}
px={3}
textAlign="center"
style={{ textAlignLast: "center" }}
{...props}