mirror of
https://github.com/layer-systems/website.git
synced 2026-06-17 01:58:30 +02:00
Remove Explore link from Dashboard for cleaner UI
This commit is contained in:
@@ -85,12 +85,12 @@ const DashboardPage = () => {
|
||||
</Link>
|
||||
|
||||
<div className="flex items-center space-x-4">
|
||||
<Link to="/explore">
|
||||
{/* <Link to="/explore">
|
||||
<Button variant="ghost" size="sm" className="hidden sm:flex">
|
||||
<Activity className="h-4 w-4 mr-2" />
|
||||
Explore
|
||||
</Button>
|
||||
</Link>
|
||||
</Link> */}
|
||||
<LoginArea className="max-w-60" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user