Skip to content

Commit 9d9f921

Browse files
authored
fix(route): add TODO to use CSS variables instead of absolute values
1 parent ecacb80 commit 9d9f921

File tree

1 file changed

+1
-0
lines changed
  • apps/site/app/[locale]/next-data/og/[category]/[title]

1 file changed

+1
-0
lines changed

apps/site/app/[locale]/next-data/og/[category]/[title]/route.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { DEFAULT_CATEGORY_OG_TYPE } from '@/next.constants.mjs';
66
import { defaultLocale } from '@/next.locales.mjs';
77
import { hexToRGBA } from '@/util/hexToRGBA';
88

9+
// TODO: use CSS variables instead of absolute values
910
const CATEGORY_TO_THEME_COLOUR_MAP = {
1011
announcement: '#1a3f1d',
1112
release: '#0c7bb3',

0 commit comments

Comments
 (0)