Skip to content

Commit

Permalink
fix: breadcrumb on thesaurus grid page
Browse files Browse the repository at this point in the history
  • Loading branch information
botisSmile committed Oct 20, 2023
1 parent 530b058 commit dd17f2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { withAuth, withOptions } from '../../../../hocs'
import { useRouter } from 'next/router'
import { breadcrumbContext } from '../../../../contexts'

const pagesSlug = ['merchandize', 'thesaurus']
const pagesSlug = ['search', 'thesaurus']

const propsButton = {
endIcon: <ion-icon name="add-circle-outline" />,
Expand Down

0 comments on commit dd17f2f

Please sign in to comment.