Skip to content

Commit 0756194

Browse files
davidagustinclaude
andcommitted
feat: add TypeCode and Game Room to featured strip
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bf767e5 commit 0756194

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, 17, 23, 24, 19, 18, 25];
45+
const FEATURED_IDS = [1, 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)