Skip to content

Commit

Permalink
fixed page topic
Browse files Browse the repository at this point in the history
  • Loading branch information
TharindaPrabhath committed Nov 1, 2021
1 parent 962d685 commit 12a6a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/screens/Activity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Activity = () => {
<div className="activity-timelines-container">
<div className="top">
<div className="left-col">
<h2>Users</h2>
<h2>Activity</h2>
<Breadcrumbs aria-label="breadcrumb" style={{ color: "white" }}>
<Link to="/dashboard">Dashboard</Link>
<Typography style={{ color: colors.dimmedClr }}>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Settings = () => {
<div className="settings-page__content">
<div className="top">
<div className="left-col">
<h2>Users</h2>
<h2>Settings</h2>
<Breadcrumbs aria-label="breadcrumb" style={{ color: "white" }}>
<Link to="/dashboard">Dashboard</Link>
<Typography style={{ color: colors.dimmedClr }}>Users</Typography>
Expand Down

0 comments on commit 12a6a18

Please sign in to comment.