Skip to content

Commit 74ef5b8

Browse files
committed
feat: add Mission Control dashboard theme to github thumbnail generator
1 parent 8f9565b commit 74ef5b8

File tree

3 files changed

+561
-0
lines changed

3 files changed

+561
-0
lines changed

src/pages/apps/github-thumbnail/GithubThumbnailGeneratorPage.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const THEME_OPTIONS = [
7171
{ value: 'passportStamp', label: 'PASSPORT_STAMP' },
7272
{ value: 'vinylRecord', label: 'VINYL_RECORD' },
7373
{ value: 'hauteCouture', label: 'HAUTE_COUTURE' },
74+
{ value: 'missionControl', label: 'MISSION_CONTROL' },
7475
];
7576

7677
const GithubThumbnailGeneratorPage = () => {

src/pages/apps/github-thumbnail/themes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ import { splitFlap } from './themes/splitFlap';
5151
import { passportStamp } from './themes/passportStamp';
5252
import { vinylRecord } from './themes/vinylRecord';
5353
import { hauteCouture } from './themes/hauteCouture';
54+
import { missionControl } from './themes/missionControl';
5455

5556
export const themeRenderers = {
5657
modern,
@@ -106,4 +107,5 @@ export const themeRenderers = {
106107
passportStamp,
107108
vinylRecord,
108109
hauteCouture,
110+
missionControl,
109111
};

0 commit comments

Comments
 (0)