Skip to content

Commit

Permalink
removing font option from Sub-menubar
Browse files Browse the repository at this point in the history
  • Loading branch information
vipinpaul committed Nov 27, 2023
1 parent d6e616a commit 8388912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/src/layouts/editor/SubMenuBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default function SubMenuBar() {
<nav className="flex p-2 shadow-sm border-b border-gray-200">
<div className="w-3/5 items-center flex">
{/* <MenuBar header={t('label-menu-file')} MenuItems={resourceType === 'textStories' ? FileMenuItems.slice(1) : FileMenuItems} /> */}
<MenuDropdown buttonStyle="bg-gray-100 rounded-md h-full px-2" />
{/* <MenuDropdown buttonStyle="bg-gray-100 rounded-md h-full px-2" /> */}
<button type="button" className={`${menuStyles.btn}`}>
<div
aria-label="decrease-font"
Expand Down

0 comments on commit 8388912

Please sign in to comment.