diff --git a/apps/webapp/app/components/icons/figma.tsx b/apps/webapp/app/components/icons/figma.tsx index a44e863..809d35b 100644 --- a/apps/webapp/app/components/icons/figma.tsx +++ b/apps/webapp/app/components/icons/figma.tsx @@ -3,17 +3,38 @@ import type { IconProps } from "./types"; export function Figma({ size = 18, className }: IconProps) { return ( - Claude + + + + ); diff --git a/apps/webapp/app/components/icons/obsidian.tsx b/apps/webapp/app/components/icons/obsidian.tsx index d8ad55d..dc9ada5 100644 --- a/apps/webapp/app/components/icons/obsidian.tsx +++ b/apps/webapp/app/components/icons/obsidian.tsx @@ -3,18 +3,146 @@ import type { IconProps } from "./types"; export function Obsidian({ size = 18, className }: IconProps) { return ( - Claude + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); }