update for OS

This commit is contained in:
Mohamed Nouffer
2022-06-15 22:44:01 +05:30
parent 68663f0cd3
commit b4774eea3e
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ const TheHeader = () => {
/>
<CHeaderBrand className="mx-auto d-lg-none" to="/">
{/* <CIcon name="logo" height="48" alt="Logo"/> */}
<h2>FBS</h2>
<h2>OS</h2>
</CHeaderBrand>
<CHeaderNav className="d-md-down-none mr-auto">

View File

@ -27,7 +27,7 @@ const TheSidebar = () => {
onShowChange={(val) => dispatch({type: 'set', sidebarShow: val })}
>
<CSidebarBrand className="d-md-down-none" to="/">
<h2>OS</h2>
<h2>FBS</h2>
<CIcon
className="c-sidebar-brand-minimized"
name="sygnet"