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

@ -10,7 +10,7 @@ export default async function HomePage() {
} else {
return (
<main className="min-h-screen bg-gradient-to-b
from-[#111111] to-[#111325]">
from-[#111111] to-[#212325]">
<TT_Header />
<Techs />
</main>