Skip to content

Commit f09d54b

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

File tree

3 files changed

+405
-0
lines changed

3 files changed

+405
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const THEME_OPTIONS = [
5959
{ value: 'auroraWave', label: 'AURORA_WAVE' },
6060
{ value: 'newspaper', label: 'NEWSPRINT_HERALD' },
6161
{ value: 'postModern', label: 'POST_MODERN_ARTSY' },
62+
{ value: 'topographic', label: 'TOPOGRAPHIC_SURVEY' },
6263
];
6364

6465
const GithubThumbnailGeneratorPage = () => {

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import { modernEdge } from './themes/modernEdge';
3939
import { auroraWave } from './themes/auroraWave';
4040
import { newspaper } from './themes/newspaper';
4141
import { postModern } from './themes/postModern';
42+
import { topographic } from './themes/topographic';
4243

4344
export const themeRenderers = {
4445
modern,
@@ -82,4 +83,5 @@ export const themeRenderers = {
8283
auroraWave,
8384
newspaper,
8485
postModern,
86+
topographic,
8587
};

0 commit comments

Comments
 (0)