Skip to content

Commit b7b6102

Browse files
committed
feat: new github thumbnails
1 parent f09d54b commit b7b6102

File tree

3 files changed

+402
-0
lines changed

3 files changed

+402
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const THEME_OPTIONS = [
6060
{ value: 'newspaper', label: 'NEWSPRINT_HERALD' },
6161
{ value: 'postModern', label: 'POST_MODERN_ARTSY' },
6262
{ value: 'topographic', label: 'TOPOGRAPHIC_SURVEY' },
63+
{ value: 'starChart', label: 'STELLAR_CHART' },
6364
];
6465

6566
const GithubThumbnailGeneratorPage = () => {

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import { auroraWave } from './themes/auroraWave';
4040
import { newspaper } from './themes/newspaper';
4141
import { postModern } from './themes/postModern';
4242
import { topographic } from './themes/topographic';
43+
import { starChart } from './themes/starChart';
4344

4445
export const themeRenderers = {
4546
modern,
@@ -84,4 +85,5 @@ export const themeRenderers = {
8485
newspaper,
8586
postModern,
8687
topographic,
88+
starChart,
8789
};

0 commit comments

Comments
 (0)