feat(ui): add default qrcode and fix copy

This commit is contained in:
Pihkaal
2024-10-02 06:15:52 +02:00
parent 8264fd966b
commit eb4ef353fe
4 changed files with 11 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
import { z } from "zod";
export const LOGOS = ["session", "instagram"] as const;
export const LOGOS = ["session", "github"] as const;
export const IMAGE_FORMATS = ["png", "jpeg", "webp"] as const;