[WIKI-523] refactor: assets item component (#7346)

This commit is contained in:
Aaryan Khandelwal 2025-07-07 18:04:12 +05:30 committed by GitHub
parent 0f0c4b5293
commit e306a92adb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 31 additions and 19 deletions

View file

@ -79,7 +79,7 @@ export const PageDetailsHeader = observer(() => {
onChange={(value: string) => {
router.push(`/${workspaceSlug}/projects/${projectId}/pages/${value}`);
}}
title={page?.name}
title={getPageName(page?.name)}
icon={
<Breadcrumbs.Icon>
<SwitcherIcon logo_props={page.logo_props} LabelIcon={FileText} size={16} />