Update dependencies & URL slash bugfix (#36)

* Initial Next update to canary

* Dependencies updated
This commit is contained in:
David
2021-08-28 15:36:21 +02:00
committed by GitHub
parent 5870e4b096
commit c244c007e1
5 changed files with 9 additions and 9460 deletions

View File

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