Skip to content

Commit

Permalink
Fix broken position banner hub screen
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Dec 5, 2023
1 parent 2627d95 commit 33ac21c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/screens/ExploreModels/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ const ExploreModelsScreen = () => {
<div className="h-full" data-test-id="testid-explore-models">
<ScrollArea>
<div className="relative">
<img src="./images/hub-banner.png" alt="Hub Banner" />
<img
src="./images/hub-banner.png"
alt="Hub Banner"
className="w-full object-cover"
/>
<div className="absolute left-1/2 top-1/2 w-1/3 -translate-x-1/2 -translate-y-1/2">
<SearchIcon
size={20}
Expand Down

0 comments on commit 33ac21c

Please sign in to comment.