feat: rebrand from Dyad to MoreMinimore
- Update package.json description to reflect new branding - Add fix_chat_input function to update Pro URL references - Rename all Dyad-related functions and tags to MoreMinimore - Update test files to use new function names - Remove Pro restrictions from Annotator component - Update branding text throughout the application
This commit is contained in:
@@ -26,7 +26,7 @@ async function getPublishableKey({ projectId }: { projectId: string }) {
|
||||
|
||||
if (!publishableKey) {
|
||||
throw new Error(
|
||||
"No publishable key found for project. Make sure you are connected to the correct Supabase account and project. See https://dyad.sh/docs/integrations/supabase#no-publishable-keys",
|
||||
"No publishable key found for project. Make sure you are connected to the correct Supabase account and project. See https://moreminimore.com/docs/integrations/supabase#no-publishable-keys",
|
||||
);
|
||||
}
|
||||
return publishableKey.api_key;
|
||||
|
||||
Reference in New Issue
Block a user