Skip to content

Commit 746724b

Browse files
committed
- Change badge text in the sidebar
- Change alert text in the usermanager/ecommerce
1 parent 92d7d1d commit 746724b

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
3+
## [8.1.3]
4+
5+
### Fixed
6+
7+
- Change badge text in the sidebar
8+
- Change alert text in the usermanager/ecommerce
9+
210
## [8.1.2]
311

412
### Fixed bugs and layout issues

src/components/Sidebar/Sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class Sidebar extends React.Component {
126126
iconName="flaticon-diamond"
127127
link="/app/ecommerce"
128128
index="ecommerce"
129-
label="NodeJS"
129+
label="NodeJS/.NET"
130130
labelColor="danger"
131131
exact={false}
132132
childrenLinks={[

src/components/Users/form/UsersFormPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class UsersFormPage extends Component {
6767
color="success"
6868
className={cx(s.promoAlert, {[s.showAlert]: this.state.promoAlert})}
6969
>
70-
This page is only available in <a className="text-white font-weight-bold" rel="noreferrer noopener" href="https://flatlogic.com/admin-dashboards/sing-app-react-node-js" target="_blank">Sing App React with Node.js</a> integration!
70+
This page is only available in <a className="text-white font-weight-bold" rel="noreferrer noopener" href="https://flatlogic.com/templates/light-blue-react-node-js" target="_blank">Light Blue React with Node.js/.NET</a> integration!
7171
</Alert>
7272
</div>
7373
{this.state.dispatched && (

src/pages/management/Management.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class Management extends React.Component {
172172
color="success"
173173
className={cx(s.promoAlert, {[s.showAlert]: this.state.promoAlert})}
174174
>
175-
This page is only available in <a className="text-white font-weight-bold" rel="noreferrer noopener" href="https://flatlogic.com/admin-dashboards/light-blue-react-node-js" target="_blank">Light Blue React with Node.js</a> integration!
175+
This page is only available in <a className="text-white font-weight-bold" rel="noreferrer noopener" href="https://flatlogic.com/templates/light-blue-react-node-js" target="_blank">Light Blue React with NodeJS/.NET</a> integration!
176176
</Alert>
177177
</div>
178178
<Widget title="List of Products" collapse close className="overflow-auto"

src/pages/ui-elements/tabs-accordion/TabsAccordion.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ class TabsAccordion extends React.Component {
146146
</NavItem>
147147
<UncontrolledDropdown className={`${s.customNavItem} nav-item`}>
148148
<DropdownToggle nav caret
149-
className={classnames({
150-
active: this.state.activeFirstTab === 'tab13' ||
151-
this.state.activeFirstTab === 'tab14'
152-
}), s.tabsDropDown}>
149+
className={classnames({
150+
active: this.state.activeFirstTab === 'tab13' ||
151+
this.state.activeFirstTab === 'tab14'
152+
}, s.tabsDropDown)}>
153153
Dropdown
154154
</DropdownToggle>
155155
<DropdownMenu>

0 commit comments

Comments
 (0)