File tree Expand file tree Collapse file tree
apps/webapp/app/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,11 +119,11 @@ export function ProjectSideMenu() {
119119 data-action = "onboarding"
120120 />
121121 < SideMenuItem
122- name = "Homepage "
123- icon = "external-link "
124- to = "https://trigger.dev"
122+ name = "Changelog "
123+ icon = "list "
124+ to = "https://trigger.dev/changelog "
125125 isCollapsed = { isCollapsed }
126- data-action = "onboarding "
126+ data-action = "changelog "
127127 target = "_blank"
128128 />
129129 < SideMenuItem
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ const icons = {
131131 "clipboard-checked" : ( className : string ) => (
132132 < ClipboardDocumentCheckIcon className = { cn ( "text-dimmed" , className ) } />
133133 ) ,
134+ list : ( className : string ) => < ListBulletIcon className = { cn ( "text-slate-400" , className ) } /> ,
134135 log : ( className : string ) => (
135136 < ChatBubbleLeftEllipsisIcon className = { cn ( "text-slate-400" , className ) } />
136137 ) ,
You can’t perform that action at this time.
0 commit comments