Skip to content

Commit

Permalink
fix: add admin home
Browse files Browse the repository at this point in the history
  • Loading branch information
thenicekat committed Apr 1, 2024
1 parent 8905859 commit 6a88341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/admin/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const AdminHomepage = () => {

return (
<div>
<h1 className={title()}>Your Post</h1>
<h1 className={title()}>Admin Home</h1>

{error && <p className="text-red-600 text-center text-xl m-2">{error}</p>}

Expand Down

0 comments on commit 6a88341

Please sign in to comment.