Skip to content

Commit 04bba36

Browse files
committed
Remove sidebar header divider
1 parent 48cd16e commit 04bba36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function Sidebar({ activeTab, onTabChange }: Props) {
4444

4545
return (
4646
<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">
47+
<div className="px-4 py-4">
4848
<button onClick={() => onTabChange('home')} className="w-full rounded-xl bg-white/[.05] px-4 py-3 text-left transition hover:bg-white/[.08]">
4949
<div className="flex items-center justify-between">
5050
<div className="flex items-center justify-between w-full">

0 commit comments

Comments
 (0)