mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-31 14:12:03 +08:00
chore: replace the 'Get started' CTA with 'New source'
This commit is contained in:
parent
d4458d65ad
commit
8c6225185d
@ -16,7 +16,7 @@ import history from 'lib/history';
|
||||
import {
|
||||
AlertTriangle,
|
||||
CheckSquare,
|
||||
RocketIcon,
|
||||
PackagePlus,
|
||||
UserCircle,
|
||||
} from 'lucide-react';
|
||||
import { MouseEvent, useCallback, useEffect, useMemo, useState } from 'react';
|
||||
@ -395,9 +395,9 @@ function SideNav({
|
||||
onClickGetStarted(event);
|
||||
}}
|
||||
>
|
||||
<RocketIcon size={16} />
|
||||
<PackagePlus size={16} />
|
||||
|
||||
<div className="license tag nav-item-label"> Get Started </div>
|
||||
<div className="license tag nav-item-label"> New source </div>
|
||||
</Button>
|
||||
</div>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user