Skip to content

Commit

Permalink
Make text more noticeable
Browse files Browse the repository at this point in the history
  • Loading branch information
rberrelleza committed Oct 19, 2022
1 parent c0b8381 commit 9c5bb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Admin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { withLDConsumer } from 'launchdarkly-react-client-sdk';
const adminLink = ({flags}) => {
return (
<div className='App__nav'>
{ flags.adminDashboard && <Link to="/admin/users">Admin</Link> }
{ flags.adminDashboard && <Link to="/admin/users">To the new Admin Panel</Link> }
</div>);
}

Expand Down

0 comments on commit 9c5bb0d

Please sign in to comment.