Rename
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Connector Templates
|
||||
*
|
||||
* This file contains templates for all connector types supported by LocalAgent.
|
||||
* This file contains templates for all connector types supported by LocalAGI.
|
||||
* Each template is a function that returns an HTML string for the connector's form.
|
||||
*
|
||||
* Note: We don't need to escape HTML in the value attributes because browsers
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
</section>
|
||||
|
||||
<footer class="text-center text-gray-500 text-sm mb-8">
|
||||
<p>© 2025 LocalAgent.</p>
|
||||
<p>© 2025 LocalAGI.</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
</div>
|
||||
|
||||
<footer class="text-center text-gray-500 text-sm mb-8">
|
||||
<p>© 2025 LocalAgent.</p>
|
||||
<p>© 2025 LocalAGI.</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
<img src="/old/public/logo_1.png" width="250" alt="Company Logo">
|
||||
</div>
|
||||
|
||||
<h1 class="dashboard-title">LocalAgent</h1>
|
||||
<h1 class="dashboard-title">LocalAGI</h1>
|
||||
|
||||
<!-- Simple stats display -->
|
||||
<div class="dashboard-stats">
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<span class="text-xl font-bold transition-colors duration-300"
|
||||
style="color: var(--primary); text-shadow: var(--neon-glow);">LocalAgent</span>
|
||||
style="color: var(--primary); text-shadow: var(--neon-glow);">LocalAGI</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="hidden md:block ml-10">
|
||||
|
||||
Reference in New Issue
Block a user