Files
bsky-social-app/src/view/com/posts/AviFollowButton.web.tsx
T
dan 3b55f61d5f Avi follow experiment tweaks (#4341)
* Move avi button to visually align content

* Fix wrong prop warning

* Remove avi follow from post thread
2024-06-04 00:38:12 +01:00

6 lines
122 B
TypeScript

import React from 'react'
export function AviFollowButton({children}: {children: React.ReactNode}) {
return children
}