Skip to content

Commit 293699a

Browse files
authored
fix(globalselection): Add tooltips to all items in project selector (#96483)
adds missing tooltips from settings / details link so all items have a tooltip <img width="420" height="228" alt="image" src="https://github.com/user-attachments/assets/561ec01b-ddff-403c-8981-6501f964e351" />
1 parent fb3b24d commit 293699a

File tree

1 file changed

+2
-0
lines changed
  • static/app/components/organizations/projectPageFilter

1 file changed

+2
-0
lines changed

static/app/components/organizations/projectPageFilter/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ export function ProjectPageFilter({
281281
borderless
282282
size="zero"
283283
icon={<IconOpen />}
284+
title={t('Project Details')}
284285
aria-label={t('Project Details')}
285286
to={
286287
makeProjectsPathname({
@@ -294,6 +295,7 @@ export function ProjectPageFilter({
294295
borderless
295296
size="zero"
296297
icon={<IconSettings />}
298+
title={t('Project Settings')}
297299
aria-label={t('Project Settings')}
298300
to={`/settings/${organization.slug}/projects/${project.slug}/`}
299301
visible={isFocused}

0 commit comments

Comments
 (0)