Skip to content

Commit

Permalink
Updated ref links
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksocial129 committed Dec 19, 2024
1 parent e04cf5d commit cf11163
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions packages/ui/index.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Flowise - Low-code LLM apps builder</title>
<title>Forgeflow - Low-code LLM apps builder</title>
<link rel="icon" href="favicon.ico" />
<!-- Meta Tags-->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#2296f3" />
<meta name="title" content="Flowise - Low-code LLM apps builder" />
<meta name="title" content="Forgeflow - Low-code LLM apps builder" />
<meta name="description" content="Drag & drop UI to build your customized LLM flow" />
<meta name="keywords" content="react, material-ui, workflow automation, llm, artificial-intelligence" />
<meta name="author" content="FlowiseAI" />
<meta name="author" content="ForgeflowAI" />
<!-- Open Graph / Facebook -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://flowiseai.com/" />
<meta property="og:site_name" content="flowiseai.com" />
<meta property="og:title" content="Flowise - Low-code LLM apps builder" />
<meta property="og:url" content="https://Forgeflowai.com/" />
<meta property="og:site_name" content="Forgeflowai.com" />
<meta property="og:title" content="Forgeflow - Low-code LLM apps builder" />
<meta property="og:description" content="Drag & drop UI to build your customized LLM flow" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://twitter.com/FlowiseAI" />
<meta property="twitter:title" content="Flowise - Low-code LLM apps builder" />
<meta property="twitter:url" content="https://twitter.com/ForgeflowAI" />
<meta property="twitter:title" content="Forgeflow - Low-code LLM apps builder" />
<meta property="twitter:description" content="Drag & drop UI to build your customized LLM flow" />
<meta name="twitter:creator" content="@FlowiseAI" />
<meta name="twitter:creator" content="@ForgeflowAI" />

<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/ui-component/dialog/AboutDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const AboutDialog = ({ show, onCancel }) => {
aria-describedby='alert-dialog-description'
>
<DialogTitle sx={{ fontSize: '1rem' }} id='alert-dialog-title'>
Flowise Version
Forgeflow Version
</DialogTitle>
<DialogContent>
{data && (
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/ui-component/extended/Logo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Logo = () => {
<img
style={{ objectFit: 'contain', height: 'auto', width: 150 }}
src={customization.isDarkMode ? logoDark : logo}
alt='Flowise'
alt='Forgeflow'
/>
</div>
)
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/src/views/chatflows/EmbedChat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const defaultThemeConfig = {
},
disclaimer: {
title: 'Disclaimer',
message: 'By using this chatbot, you agree to the <a target="_blank" href="https://flowiseai.com/terms">Terms & Condition</a>',
message: 'By using this chatbot, you agree to the <a target="_blank" href="https://forgeflow.com/terms">Terms & Condition</a>',
textColor: 'black',
buttonColor: '#3b82f6',
buttonText: 'Start Chatting',
Expand All @@ -121,7 +121,7 @@ export const defaultThemeConfig = {
chatWindow: {
showTitle: true,
showAgentMessages: true,
title: 'Flowise Bot',
title: 'Forgeflow Bot',
titleAvatarSrc: 'https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/google-messages.svg',
welcomeMessage: 'Hello! This is custom welcome message',
errorMessage: 'This is a custom error message',
Expand Down Expand Up @@ -170,8 +170,8 @@ export const defaultThemeConfig = {
footer: {
textColor: '#303235',
text: 'Powered by',
company: 'Flowise',
companyLink: 'https://flowiseai.com'
company: 'Forgeflow',
companyLink: 'https://forgeflowdocs.notion.site/documentation?pvs=4'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/src/views/chatflows/ShareChatbot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -436,13 +436,13 @@ const ShareChatbot = ({ isSessionMemory, isAgentCanvas }) => {
/>
</div>
</Stack>
{textField(title, 'title', 'Title', 'string', 'Flowise Assistant')}
{textField(title, 'title', 'Title', 'string', 'Forgeflow Assistant')}
{textField(
titleAvatarSrc,
'titleAvatarSrc',
'Title Avatar Link',
'string',
`https://raw.githubusercontent.com/FlowiseAI/Flowise/main/assets/FloWiseAI_dark.png`
`https://raw.githubusercontent.com/nicksocial129/Flowise/refs/heads/main/assets/FloWiseAI_dark.png`
)}
{textField(welcomeMessage, 'welcomeMessage', 'Welcome Message', 'string', 'Hello! This is custom welcome message')}
{textField(errorMessage, 'errorMessage', 'Error Message', 'string', 'This is custom error message')}
Expand Down

0 comments on commit cf11163

Please sign in to comment.