Basic modal for add sticker component.

This commit is contained in:
Lucid Kobold
2022-01-01 19:51:17 -06:00
parent 975a433273
commit 9a3ad8ac95
3 changed files with 48 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ const description =
// "Behavior and progress tracker for ABDLs and babyfurs alike. Track multiple littles and create any trackers you would like.";
"Pre-alpha preview of the behavior and progress tracker for ABDLs and babyfurs.";
const logo = "images/logo.svg"
const logo = "images/logo.svg";
const logoOG = "/images/logo.png";
class Document extends NextDocument {