Skip to content

Commit

Permalink
Fix: typo - admin console
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilalekha committed Jun 22, 2021
1 parent 4f0f677 commit bcf0485
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions component/layout/Profile/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Image from "next/image";
import Cookies from "universal-cookie";
import PostService from "../../../services/PostService";


export default function Profile({ onLogout }) {
const cookies = new Cookies();
const userCookie = cookies.get("userNullcast");
Expand Down Expand Up @@ -68,7 +67,7 @@ export default function Profile({ onLogout }) {
{isAdmin && (
<li>
<Link href="/admin">
<button className="linkUnderline">Admin Cosole</button>
<button className="linkUnderline">Admin Console</button>
</Link>
</li>
)}
Expand Down

0 comments on commit bcf0485

Please sign in to comment.