We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cd16e commit 04bba36Copy full SHA for 04bba36
1 file changed
src/components/Sidebar.tsx
@@ -44,7 +44,7 @@ export default function Sidebar({ activeTab, onTabChange }: Props) {
44
45
return (
46
<aside className="w-[250px] shrink-0 border-r border-white/10 bg-black/55 shadow-2xl shadow-black/25 backdrop-blur-xl flex flex-col">
47
- <div className="px-4 py-4 border-b border-white/10">
+ <div className="px-4 py-4">
48
<button onClick={() => onTabChange('home')} className="w-full rounded-xl bg-white/[.05] px-4 py-3 text-left transition hover:bg-white/[.08]">
49
<div className="flex items-center justify-between">
50
<div className="flex items-center justify-between w-full">
0 commit comments