Skip to content

Commit

Permalink
Added: Publish/Draft Button
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyan540 committed Dec 16, 2024
1 parent 1ddd33f commit 46bd6eb
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,11 @@ export const PageHeaderWithActions = ({
<DynamicEditableTitle {...editableTitleProps} />
{showTitlePanelItems && (
<div css={buttonsStyles}>

{titlePanelAdditionalItems}
{/*certificatiedBadgeProps?.certifiedBy && (
<CertifiedBadge {...certificatiedBadgeProps} />
)*/}
{showFaveStar && <FaveStar {...faveStarProps} />}
{/*titlePanelAdditionalItems*/}
</div>
)}
{console.log(CertifiedBadge, FaveStar, buttonsStyles)}
Expand Down

0 comments on commit 46bd6eb

Please sign in to comment.