21 feature app redesign #23

Open
tristonarmstrong wants to merge 18 commits from 21-feature-app-redesign into main
Showing only changes of commit fb2cda5e9c - Show all commits

View File

@ -0,0 +1,7 @@
export function RecommendedRadio() {
return (
<div id="bottom-r" className="font-bold p-2 bg-white flex-1 rounded-xl shadow-md">
<h2>Recommended For You</h2>
</div>
)
}