[RELEASE CI] bump version

This commit is contained in:
Aria Moradi
2021-01-22 21:15:14 +03:30
parent 0757ea5d0d
commit 6318628ea2
2 changed files with 2 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ export default function MangaGrid(props: IProps) {
return <MangaCard manga={it} />;
});
}
return (
<div style={{ display: 'grid', gridTemplateColumns: 'repeat(5, auto)', gridGap: '1em' }}>