this repo has no description www.baileykane.co/
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Minor copy edits

BK610 b5e66d73 dde97247

+1 -1
+1 -1
pages/music.js
··· 24 24 <div className="w-full flex flex-col items-center"> 25 25 <div className="w-full max-w-md space-y-4"> 26 26 <PageHeading>Music</PageHeading> 27 - <div className="text-lg">Music I've been involved with</div> 27 + <div className="text-lg">Small moments of making music</div> 28 28 {musicList.data.map((musicItem, k) => ( 29 29 <MusicItem info={musicItem} key={k} /> 30 30 ))}