diff --git a/src/app/archive/page.tsx b/src/app/archive/page.tsx index 0692efde..7ea1aadd 100644 --- a/src/app/archive/page.tsx +++ b/src/app/archive/page.tsx @@ -10,9 +10,9 @@ export const metadata: Metadata = { export default function ArchivePage() { return ( <> -
- +
+ tyler/projects/archive
@@ -29,12 +29,12 @@ export default function ArchivePage() { href={project.githubUrl} target="_blank" rel="noopener noreferrer" - className="bg-[var(--color-surface)] hover:bg-[var(--color-surface-raised)] flex items-start justify-between gap-6 px-4 py-4 group" + className="bg-[var(--color-surface)] hover:bg-[var(--color-surface-raised)] flex items-start justify-between gap-2ch px-2ch py-1lh group" > -
{project.description}
-