Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export default function Home({
<ProjectList projects={projects} />
<div className="flex justify-end pt-4 text-base font-medium leading-6">
<Link
href="/projects"
href="/projects/showcase"
className="text-primary-500 hover:text-primary-600 dark:hover:text-primary-400"
aria-label="View All Projects"
>
Expand Down
Loading