Skip to content

Commit

Permalink
Template Pack Renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
iamibrahimriaz committed Jul 14, 2024
1 parent fee44b3 commit 901e244
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/js/components/AllTemplates/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,11 @@ export default function AllTemplates( props ) {
<div className="templatiq__content__top">
<div className="templatiq__content__top__filter">
<h3 className="templatiq__content__top__filter__title capitalize">
Template { templateType }
{
templateType === 'pack' ?
'Full Site' :
`Template ${ templateType }`
}
</h3>

<TemplatePackFilterStyle className="templatiq__content__top__filter__wrapper">
Expand Down
2 changes: 1 addition & 1 deletion src/js/layout/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const Header = ( props ) => {
width={ 18 }
height={ 18 }
/>
Template Pack
Full Sites
</NavLink>
</li>
) }
Expand Down

0 comments on commit 901e244

Please sign in to comment.