Skip to content

Commit 405145f

Browse files
Merge pull request #5 from PinsaraPerera/dev
update name
2 parents b09c270 + 5083ced commit 405145f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DashboardLayout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function DashboardLayout({ children }) {
5151
<div className={`bg-indigo-800 text-white ${collapsed ? 'w-16' : 'w-64'} transition-all duration-300 flex flex-col`}>
5252
{/* Logo */}
5353
<div className="p-4 border-b border-indigo-700 flex items-center justify-between">
54-
{!collapsed && <span className="font-bold text-xl">Summit App</span>}
54+
{!collapsed && <span className="font-bold text-xl">Vivent</span>}
5555
<button
5656
onClick={() => setCollapsed(!collapsed)}
5757
className="p-1 rounded-md hover:bg-indigo-700"

0 commit comments

Comments
 (0)