We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d8367 commit f316b74Copy full SHA for f316b74
web-app/src/routes/hub.tsx
@@ -243,7 +243,7 @@ function Hub() {
243
<div className="flex h-full w-full">
244
<div className="flex flex-col h-full w-full">
245
<HeaderPage>
246
- <div className="pr-4 py-3 border-b border-main-view-fg/5 h-10 w-full flex items-center justify-between relative z-20 ">
+ <div className="pr-4 py-3 h-10 w-full flex items-center justify-between relative z-20 ">
247
<div className="flex items-center gap-2 w-full">
248
{isSearching ? (
249
<Loader className="size-4 animate-spin text-main-view-fg/60" />
0 commit comments