Skip to content

Commit

Permalink
Add screen break point
Browse files Browse the repository at this point in the history
  • Loading branch information
ciremusyoka committed May 24, 2024
1 parent b1c90c4 commit e2387af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/components/page/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export const SidebarComponent: React.FC<SidebarProps> = (props: SidebarProps) =>
trigger={null}
width="275px"
className="layout-sider"
breakpoint='md'
>
<div className={`logo ${collapsed ? 'small-logo' : 'main-logo'}`}>
<Link hidden={collapsed} to={URL_HOME}>
Expand Down
2 changes: 1 addition & 1 deletion app/src/configs/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const MAIN_LOGO_SRC = setEnv(

export const COLLAPSED_LOGO_SRC = setEnv(
'REACT_APP_COLLAPSED_LOGO_SRC',
'https://github.com/OpenSRP/web/raw/main/app/src/assets/images/opensrp-logo-color.png'
'https://github.com/OpenSRP/web/raw/main/app/src/assets/images/opensrp2-logo-small.png'
);

export const DATE_FORMAT = setEnv('REACT_APP_DATE_FORMAT', 'YYYY-MM-DD');
Expand Down

0 comments on commit e2387af

Please sign in to comment.