From d37c21b1b8d924bbbae3684f997efc9b5cd4ecbc Mon Sep 17 00:00:00 2001 From: flo merian Date: Thu, 30 Nov 2023 10:32:35 +0100 Subject: [PATCH] Add social links (LinkedIn, X) --- data/snippets.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/data/snippets.ts b/data/snippets.ts index 4c52e81..1e0cbe6 100644 --- a/data/snippets.ts +++ b/data/snippets.ts @@ -1099,6 +1099,20 @@ const misc: Snippet[] = [ keyword: "standup", type: "template", }, + { + id: nanoid(), + name: "LinkedIn Profile URL", + text: "https://linkedin.com/in/username", + keyword: "in", + type: "template", + }, + { + id: nanoid(), + name: "Twitter / X Profile URL", + text: "https://x.com/username", + keyword: "tw", + type: "template", + }, ]; export const snippetGroups: Category[] = [