From 3a734b0bbe2bee8045bea88c3ec857200febc394 Mon Sep 17 00:00:00 2001 From: arzafran Date: Wed, 24 Jun 2026 10:16:46 -0300 Subject: [PATCH] feat(controls): add Darkroom logo + link in the panel footer 'Built by' + the Darkroom wordmark (components/ui/darkroom.svg, via svgr, currentColor) linking to darkroom.engineering. --- components/controls/index.tsx | 11 +++++++++++ components/ui/darkroom.svg | 28 ++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 components/ui/darkroom.svg diff --git a/components/controls/index.tsx b/components/controls/index.tsx index 29a3f96..0e5b85f 100644 --- a/components/controls/index.tsx +++ b/components/controls/index.tsx @@ -3,6 +3,7 @@ import { Select } from '@base-ui/react/select' import { useRef } from 'react' import { RgbColorPicker } from 'react-colorful' +import DarkroomLogo from '@/components/ui/darkroom.svg' import { configSchema, DITHER_MODES, type RGB, useStore } from '@/lib/store' import { ColorField } from './color-field' import { SliderField } from './slider-field' @@ -217,6 +218,16 @@ export function Controls() { + + built by + + + +Darkroom + + + + + + + + + + + + + + + + + + + + + + + + + +