Skip to content

Commit

Permalink
Refactor Dashboard component: Remove logo and title from page
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkgls committed Oct 8, 2024
1 parent 08aee47 commit d16bce2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/upload/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ const Dashboard: React.FC = () => {
return (
<div className="flex flex-col h-screen">
<main className="flex flex-col bg-gray-100 p-8 h-screen">
<div className="flex items-center mb-6">
<Image src="/Logo.png" alt="Logo" width={80} height={80} />
<h1 className="text-3xl font-bold">AuditVisualiser</h1>
</div>
<div className="bg-white shadow-md rounded-lg p-6 flex flex-col flex-grow">
<h2 className="text-3xl font-bold text-left">
Show the effect of assertions
Expand Down

0 comments on commit d16bce2

Please sign in to comment.