Skip to content

Commit cc4c7ca

Browse files
davidagustinclaude
andcommitted
feat: add Pickleball Research to featured strip
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 613e659 commit cc4c7ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Projects.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const ProjectThumbnail: React.FC<{ project: Project; className?: string }> = ({
4242
};
4343

4444
/* ─── Featured Strip ─── */
45-
const FEATURED_IDS = [1, 27, 17, 26, 23, 24, 19, 18, 25];
45+
const FEATURED_IDS = [1, 28, 27, 17, 26, 23, 24, 19, 18, 25];
4646

4747
const FeaturedStrip: React.FC<{ onSelect: (p: Project) => void }> = ({ onSelect }) => {
4848
const featured = useMemo(() =>

0 commit comments

Comments
 (0)