We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3b24d commit 293699aCopy full SHA for 293699a
static/app/components/organizations/projectPageFilter/index.tsx
@@ -281,6 +281,7 @@ export function ProjectPageFilter({
281
borderless
282
size="zero"
283
icon={<IconOpen />}
284
+ title={t('Project Details')}
285
aria-label={t('Project Details')}
286
to={
287
makeProjectsPathname({
@@ -294,6 +295,7 @@ export function ProjectPageFilter({
294
295
296
297
icon={<IconSettings />}
298
+ title={t('Project Settings')}
299
aria-label={t('Project Settings')}
300
to={`/settings/${organization.slug}/projects/${project.slug}/`}
301
visible={isFocused}
0 commit comments