Add a select all button

This commit is contained in:
2024-07-20 10:39:35 -05:00
parent 2bb53cb731
commit 1b6d447c36
6 changed files with 62 additions and 23 deletions

View File

@@ -5,9 +5,9 @@ export default function TT_Header() {
<header className="w-full py-5">
<div className="flex flex-row items-center text-center justify-center p-8">
<Image src="/images/tech_tracker_logo.png"
alt="Tech Tracker Logo" width={80} height={80}
alt="Tech Tracker Logo" width={100} height={100}
/>
<h1 className="title-text text-6xl font-semibold pl-4">
<h1 className="title-text text-8xl font-semibold pl-12">
Tech Tracker
</h1>
</div>