mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-03-13 16:16:46 +00:00
feat(app): rename to 'vane'
This commit is contained in:
@@ -49,7 +49,7 @@ const Chat = () => {
|
||||
};
|
||||
|
||||
if (messages.length === 1) {
|
||||
document.title = `${messages[0].query.substring(0, 30)} - Perplexica`;
|
||||
document.title = `${messages[0].query.substring(0, 30)} - Vane`;
|
||||
}
|
||||
|
||||
if (sections.length > lastScrolledRef.current) {
|
||||
|
||||
@@ -154,7 +154,7 @@ const SettingsDialogue = ({
|
||||
Version: {process.env.NEXT_PUBLIC_VERSION}
|
||||
</p>
|
||||
<a
|
||||
href="https://github.com/itzcrazykns/perplexica"
|
||||
href="https://github.com/itzcrazykns/vane"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-xs text-black/70 dark:text-white/70 flex flex-row space-x-1 items-center transition duration-200 hover:text-black/90 hover:dark:text-white/90"
|
||||
|
||||
@@ -48,7 +48,7 @@ const SetupWizard = ({
|
||||
>
|
||||
Welcome to{' '}
|
||||
<span className="text-[#24A0ED] italic font-['PP_Editorial']">
|
||||
Perplexica
|
||||
Vane
|
||||
</span>
|
||||
</motion.h2>
|
||||
<motion.p
|
||||
@@ -93,7 +93,7 @@ const SetupWizard = ({
|
||||
>
|
||||
Let us get{' '}
|
||||
<span className="text-[#24A0ED] italic font-['PP_Editorial']">
|
||||
Perplexica
|
||||
Vane
|
||||
</span>{' '}
|
||||
set up for you
|
||||
</motion.p>
|
||||
|
||||
Reference in New Issue
Block a user