🐛 Fix emails package complaining about missing static folder (#915)

This commit is contained in:
Luke Vella 2023-10-25 13:51:13 +01:00 committed by GitHub
parent f771f6aab5
commit f24c95afe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@ export type EmailContext = {
};
export const EmailContext = React.createContext<EmailContext>({
logoUrl: "",
logoUrl: "/static/logo.png",
baseUrl: "",
});

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB