making it nicer

This commit is contained in:
Arjun Patel
2022-02-11 19:09:43 -08:00
parent e1cde7678c
commit f2d909ac13
3 changed files with 6 additions and 33 deletions
@@ -423,7 +423,7 @@ export default function ViewConvo(props: { conversationId: string }) {
Conversation
</span>
<span className="flex flex-col flex-nowrap pb-[10rem] mt-5">
<span className="flex flex-ro flex-nowrap pb-[10rem] mt-5">
{audioClips?.length > 0 ? (
audioClips.reverse().map((audClip, index) => {
const restAudioClips = audioClips.slice(index);