Skip to content

Commit

Permalink
Add custom classname for domain items on breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
phcp committed Jan 15, 2025
1 parent 0c70d77 commit 4b885d6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const AddForwardingEmailHeader: CustomHeaderComponentType = ( {
null,
inSiteContext
),
className: 'navigation-header__domain-name',
},
{
label: translate( 'Email' ),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const AddMailboxHeader: CustomHeaderComponentType = ( {
{
label: selectedDomainName,
href: `${ domainManagementOverviewRoot() }/${ selectedDomainName }/${ selectedSiteSlug }`,
className: 'navigation-header__domain-name',
},
{
label: 'Emails',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const CompareEmailProvidersHeader: CustomHeaderComponentType = ( {
null,
inSiteContext
),
className: 'navigation-header__domain-name',
},
{
label: translate( 'Email' ),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const ContactInformationHeader: CustomHeaderComponentType = ( {
null,
inSiteContext
),
className: 'navigation-header__domain-name',
},
{
label: translate( 'Contact information' ),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const DnsRecordHeader: CustomHeaderComponentType = ( {
{
label: selectedDomainName,
href: `/domains/manage/all/overview/${ selectedDomainName }/${ selectedSiteSlug }`,
className: 'navigation-header__domain-name',
},
{
label: translate( 'DNS records' ),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const DNSRecordsHeader: CustomHeaderComponentType = ( {
{
label: selectedDomainName,
href: `/domains/manage/all/overview/${ selectedDomainName }/${ selectedSiteSlug }`,
className: 'navigation-header__domain-name',
},
{
label: translate( 'DNS records' ),
Expand Down

0 comments on commit 4b885d6

Please sign in to comment.