fixes and refinements

This commit is contained in:
Cory Dransfeldt 2022-06-06 11:43:22 -07:00
parent ca85e2923e
commit 38247187ee
30 changed files with 29 additions and 1470 deletions

View file

@ -20,6 +20,7 @@ export default function AuthorLayout({ children, frontMatter }: Props) {
twitter,
spotify,
applemusic,
bandcamp,
lastfm,
} = frontMatter
@ -49,6 +50,7 @@ export default function AuthorLayout({ children, frontMatter }: Props) {
<SocialIcon kind="twitter" href={twitter} size={6} />
<SocialIcon kind="spotify" href={spotify} size={6} />
<SocialIcon kind="applemusic" href={applemusic} size={6} />
<SocialIcon kind="bandcamp" href={bandcamp} size={6} />
<SocialIcon kind="lastfm" href={lastfm} size={6} />
</div>
</div>