Add @connorelsea testimonial to wall of love (#531)

This commit is contained in:
Lawrence Chen 2026-02-25 19:53:55 -08:00 committed by GitHub
parent fab2b8611d
commit 2dea894e76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -117,6 +117,14 @@ export const testimonials = [
url: "https://x.com/BChris91/status/2026821091637838273",
platform: "x" as const,
},
{
name: "Connor",
handle: "@connorelsea",
avatar: "/avatars/connorelsea.jpg",
text: "Been using this for a week and it's fantastic. Vert tab for each WIP task. Inside, claudes on one side and browser with PR and resources on the other, switch between tasks and stay organized. Mix that with skills to have Claude watch CI recursively, etc. feeling enlightened tbh",
url: "https://x.com/connorelsea/status/2026867085750440390",
platform: "x" as const,
},
];
export type Testimonial = (typeof testimonials)[number];

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB