Skip to content

Commit

Permalink
admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseCSG committed Apr 12, 2024
1 parent 3d02a19 commit 5bf8659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Admin = () => {

return (
<div className="flex h-full w-full flex-col items-center">
<p className="text-4xl font-medium">Dashboard Super Admin</p>
<p className="text-4xl font-medium">Dashboard Super Super Admin</p>
<table className="mt-5 table-auto">
<thead className="w-full bg-primary/80 text-white">
<tr className="">
Expand Down

0 comments on commit 5bf8659

Please sign in to comment.