🏗 Scaffold for tabulated volumes page WIP

This commit is contained in:
2022-04-10 00:31:35 -07:00
parent 6a8d729ad9
commit 771400fdf3
4 changed files with 155 additions and 13 deletions

View File

@@ -21,14 +21,12 @@ export const VolumeGroups = (props): ReactElement => {
return (
<section className="volumes-container mt-4">
<div className="content">
<span className="icon-text mb-1" onClick={navigateToVolumes}>
<span>
<span className="title is-4">Volumes</span>
</span>
<a className="mb-1" onClick={navigateToVolumes}>
<span className="is-size-4 has-text-weight-semibold">Volumes</span>
<span className="icon mt-1">
<i className="fa-solid fa-circle-chevron-right"></i>
<i className="fa-solid fa-angle-right"></i>
</span>
</span>
</a>
<p className="subtitle is-7">Based on ComicVine Volume information</p>
</div>
<Masonry