File tree Expand file tree Collapse file tree 5 files changed +595
-98
lines changed Expand file tree Collapse file tree 5 files changed +595
-98
lines changed Original file line number Diff line number Diff line change @@ -761,7 +761,7 @@ export default function Dashboard() {
761
761
762
762
const formatChatMessages = ( ) => {
763
763
if ( chatMessages . length === 0 ) {
764
- return "No chat messages to show.\n\nHow about you gives us a star on GitHub?\ngithub.com/SilkePilon/OpenDeliveryBot " ;
764
+ return "No chat messages to show.\n\nHow about you gives us a star on GitHub?\ngithub.com/SilkePilon/KnowledgeBook " ;
765
765
}
766
766
return chatMessages
767
767
. map ( ( msg ) => {
@@ -1577,7 +1577,7 @@ export default function Dashboard() {
1577
1577
< a
1578
1578
className = "underline"
1579
1579
href = {
1580
- "https://github.com/SilkePilon/OpenDeliveryBot /tree/main"
1580
+ "https://github.com/SilkePilon/KnowledgeBook /tree/main"
1581
1581
}
1582
1582
>
1583
1583
GitHub
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ export default function Dashboard() {
220
220
221
221
const formatChatMessages = ( ) => {
222
222
if ( chatMessages . length === 0 ) {
223
- return "No chat messages to show.\n\nHow about you gives us a star on GitHub?\ngithub.com/SilkePilon/OpenDeliveryBot " ;
223
+ return "No chat messages to show.\n\nHow about you gives us a star on GitHub?\ngithub.com/SilkePilon/KnowledgeBook " ;
224
224
}
225
225
return chatMessages
226
226
. map ( ( msg ) => {
Original file line number Diff line number Diff line change @@ -761,7 +761,7 @@ export default function Dashboard() {
761
761
762
762
const formatChatMessages = ( ) => {
763
763
if ( chatMessages . length === 0 ) {
764
- return "No chat messages to show.\n\nHow about you gives us a star on GitHub?\ngithub.com/SilkePilon/OpenDeliveryBot " ;
764
+ return "No chat messages to show.\n\nHow about you gives us a star on GitHub?\ngithub.com/SilkePilon/KnowledgeBook " ;
765
765
}
766
766
return chatMessages
767
767
. map ( ( msg ) => {
@@ -1405,7 +1405,7 @@ export default function Dashboard() {
1405
1405
< a
1406
1406
className = "underline"
1407
1407
href = {
1408
- "https://github.com/SilkePilon/OpenDeliveryBot /tree/main"
1408
+ "https://github.com/SilkePilon/KnowledgeBook /tree/main"
1409
1409
}
1410
1410
>
1411
1411
GitHub
You can’t perform that action at this time.
0 commit comments