We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b1152 commit 2259bf4Copy full SHA for 2259bf4
client/src/const.ts
@@ -1,10 +1,10 @@
1
import { Card } from "./types";
2
3
-export const ICON_REGEX = /^[a-zA-Z]{3,32}$/;
+export const ICON_REGEX = /^[a-zA-Z-_ ]{2,32}$/;
4
export const HEX_COLOR_REGEX = /#[a-fA-F0-9]{6}$/;
5
export const INITIAL_CARD: Card = {
6
title: "My Tech Stack",
7
- theme: "github",
+ theme: "github_dark",
8
align: "left",
9
titleAlign: "left",
10
showBorder: true,
0 commit comments