Merge branch 'main' of git.nathancummins.com.au:encie22/portfolio
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 16m51s

This commit is contained in:
2025-08-28 16:06:56 +09:30

View File

@@ -21,7 +21,7 @@ const types = [...new Set(projects.map((project) => project.data.type))];
<section id="projects" class="bg-white dark:bg-gray-950">
<div class="mx-auto max-w-4xl px-8 py-16 text-center">
<SectionTitle>Recent Projects</SectionTitle>
<div id="filter-tokens" class="my-8 space-x-2">
<div id="filter-tokens" class="my-8 space-y-2 space-x-2">
<Token
class="filter-token !text-primary ring-primary bg-white ring-2 hover:cursor-pointer"
data-type="all">All</Token