From 7f9affc19dfaf58e9a13a9fc13f04260d7303671 Mon Sep 17 00:00:00 2001 From: Richard Tan Date: Wed, 19 Aug 2026 17:03:54 +0800 Subject: [PATCH] Point the blog app's LinkedIn icon at brand-linkedin boxel-icons no longer ships a `linkedin` icon, so `author.gts` failed to typecheck with TS2307. `brand-linkedin` is the tabler equivalent, and it matches `brand-x` already in use beside it. Co-Authored-By: Claude Opus 5 (1M context) --- 7af9aa-blog-app/author.gts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7af9aa-blog-app/author.gts b/7af9aa-blog-app/author.gts index 5227bb5a..3b3b8456 100644 --- a/7af9aa-blog-app/author.gts +++ b/7af9aa-blog-app/author.gts @@ -12,7 +12,7 @@ import { import EmailField from 'https://cardstack.com/base/email'; import Email from '@cardstack/boxel-icons/mail'; -import Linkedin from '@cardstack/boxel-icons/linkedin'; +import Linkedin from '@cardstack/boxel-icons/brand-linkedin'; import XIcon from '@cardstack/boxel-icons/brand-x'; import UserIcon from '@cardstack/boxel-icons/user'; import UserRoundPen from '@cardstack/boxel-icons/user-round-pen';