revamp template
This commit is contained in:
11
src/partials/navbar/NavbarActions.tsx
Normal file
11
src/partials/navbar/NavbarActions.tsx
Normal file
@ -0,0 +1,11 @@
|
||||
import { INavbarActionsProps } from './';
|
||||
|
||||
const NavbarActions = ({ children }: INavbarActionsProps) => {
|
||||
return (
|
||||
<div className="flex items-center justify-end grow lg:grow-0 lg:pb-4 gap-2.5 mb-3 lg:mb-0">
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export { NavbarActions };
|
||||
Reference in New Issue
Block a user