v3: fixed search in prod, lots of UI fixes across the app
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 46s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 46s
This commit is contained in:
@@ -16,6 +16,7 @@ export function FeedTabBar() {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="feed-sort-scroller">
|
||||
<div className="feed-sort">
|
||||
<button
|
||||
type="button"
|
||||
@@ -48,5 +49,6 @@ export function FeedTabBar() {
|
||||
</button>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user