From 604b8773d544fca19cc19d28cfb2e70449014bfe Mon Sep 17 00:00:00 2001 From: Dick Tang Date: Wed, 8 Jul 2026 17:48:24 +0800 Subject: [PATCH] feat(route): fix Airtable embed link for Layoffs.fyi (#22467) * Update Airtable embed link for Layoffs.fyi * docs: fix title --------- --- lib/routes/layoffs/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/routes/layoffs/index.ts b/lib/routes/layoffs/index.ts index df4677428..f99efff0b 100644 --- a/lib/routes/layoffs/index.ts +++ b/lib/routes/layoffs/index.ts @@ -8,7 +8,7 @@ import { parseDate } from '@/utils/parse-date'; const ROW_COUNT = 100; const WEBSITE_URL = 'https://layoffs.fyi'; -const ENTRY_URL = 'https://airtable.com/embed/shrqYt5kSqMzHV9R5/tbl8c8kanuNB6bPYr'; +const ENTRY_URL = 'https://airtable.com/embed/app1PaujS9zxVGUZ4/shroKsHx3SdYYOzeh/tblleV7Pnb6AcPCYL'; const AIRTABLE_HOST = 'https://airtable.com'; /** @@ -49,7 +49,7 @@ export const route: Route = { target: '', }, ], - name: 'Unknown', + name: 'Layoff Data Tracker', maintainers: ['BrandNewLifeJackie26'], handler, url: 'layoffs.fyi/',