mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-04-11 22:34:25 +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) {
|
||||
|
||||
Reference in New Issue
Block a user