update
This commit is contained in:
parent
59d61bcbaf
commit
600d90d80a
2 changed files with 513 additions and 465 deletions
|
@ -179,10 +179,10 @@ export default {
|
||||||
internalName: "colubrina",
|
internalName: "colubrina",
|
||||||
tags: [
|
tags: [
|
||||||
{
|
{
|
||||||
internalName: "active",
|
internalName: "inactive",
|
||||||
name: "Active",
|
name: "Discontinued",
|
||||||
icon: "mdi-check-circle",
|
color: "error",
|
||||||
color: "success"
|
icon: "mdi-alert-circle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
internalName: "vue",
|
internalName: "vue",
|
||||||
|
@ -206,7 +206,7 @@ export default {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
description:
|
description:
|
||||||
"Colubrina - a simple open source chat platform written in Vue, Vuetify, NodeJS, and Socket.io.",
|
"NOTE: Colubrina is now part of TroploPrivateUploader as TPU Communications.\n\nColubrina - a simple open source chat platform written in Vue, Vuetify, NodeJS, and Socket.io.",
|
||||||
visible: true,
|
visible: true,
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue