diff --git a/.env b/.env index e8704e98..d549bf9b 100644 --- a/.env +++ b/.env @@ -1,2 +1,9 @@ # Public -PUBLIC_SERVICE_URL=https://botsharp.azurewebsites.net \ No newline at end of file +PUBLIC_SERVICE_URL=https://botsharp.azurewebsites.net +PUBLIC_LOGO_URL=/images/logo.png +PUBLIC_LOGIN_IMAGE=/images/profile-img.png +PUBLIC_FAVICON_URL=/icons/favicon.ico +PUBLIC_BRAND_NAME=BotSharp +PUBLIC_ADMIN_USERNAME=admin@gmail.com +PUBLIC_ADMIN_PASSWORD=123456 +PUBLIC_COMPANY_NAME=SciSharp STACK \ No newline at end of file diff --git a/src/app.html b/src/app.html index c1524fbf..eefdd1f2 100644 --- a/src/app.html +++ b/src/app.html @@ -2,7 +2,7 @@
- + %sveltekit.head% diff --git a/src/lib/common/HeadTitle.svelte b/src/lib/common/HeadTitle.svelte index b00b0e55..5f46456e 100644 --- a/src/lib/common/HeadTitle.svelte +++ b/src/lib/common/HeadTitle.svelte @@ -1,7 +1,9 @@Sign in to continue to BotSharp.
+Sign in to continue to {PUBLIC_BRAND_NAME}.
- © {new Date().getFullYear()} SciSharp STACK. Crafted with + © {new Date().getFullYear()} {PUBLIC_COMPANY_NAME}. Crafted with by open source community
diff --git a/src/routes/(authentication)/recoverpw/+page.svelte b/src/routes/(authentication)/recoverpw/+page.svelte index 576c8f82..e90dbbf1 100644 --- a/src/routes/(authentication)/recoverpw/+page.svelte +++ b/src/routes/(authentication)/recoverpw/+page.svelte @@ -2,6 +2,7 @@ import Link from 'svelte-link'; import { Row, Col, CardBody, Card, Container, Form, Label, Input, Button, Alert } from '@sveltestrap/sveltestrap'; import Headtitle from '$lib/common/HeadTitle.svelte'; + import { PUBLIC_LOGO_URL, PUBLIC_COMPANY_NAME } from '$env/static/public';- © {new Date().getFullYear()} SciSharp STACK. Crafted with - by SciSharp STACK + © {new Date().getFullYear()} {PUBLIC_COMPANY_NAME}. Crafted with + by Open Source community
diff --git a/src/routes/(authentication)/register/+page.svelte b/src/routes/(authentication)/register/+page.svelte index 129ea9c4..62fcaf73 100644 --- a/src/routes/(authentication)/register/+page.svelte +++ b/src/routes/(authentication)/register/+page.svelte @@ -3,6 +3,7 @@ import { Row, Col, CardBody, Card, Container, Form, Label, Input, Button, Alert } from '@sveltestrap/sveltestrap'; import Headtitle from '$lib/common/HeadTitle.svelte'; import { goto } from '$app/navigation'; + import { PUBLIC_LOGO_URL, PUBLIC_COMPANY_NAME } from '$env/static/public'; let username = ''; let emailid = ''; @@ -65,7 +66,7 @@Get your free SciSharp account now.
+Get your free account now.
- By registering you agree to the SciSharp Terms of Use
@@ -170,8 +171,8 @@ Login- © {new Date().getFullYear()} SciSharp STACK. Crafted with - by SciSharp STACK + © {new Date().getFullYear()} {PUBLIC_COMPANY_NAME}. Crafted with + by Open Source community
A central workspace for building, testing and evaluating your AI Agents.
diff --git a/src/routes/(pages)/agent/card-agent.svelte b/src/routes/(pages)/agent/card-agent.svelte index 1fa4f2cf..6f93e69f 100644 --- a/src/routes/(pages)/agent/card-agent.svelte +++ b/src/routes/(pages)/agent/card-agent.svelte @@ -30,6 +30,16 @@{agent.description}