diff --git a/frontend/index.html b/frontend/index.html
index 529f12a..15f5c52 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -32,7 +32,7 @@
{
"@type": "Person",
"name": "Brad Stein",
- "jobTitle": "DevOps Automation Engineer / Senior SDET",
+ "jobTitle": "Senior SDET / DevOps Automation Engineer",
"url": "https://bstein.dev/",
"email": "mailto:brad@bstein.dev",
"sameAs": ["https://www.linkedin.com/in/steinbradley/", "https://scm.bstein.dev/bstein"]
diff --git a/frontend/public/og-bstein-dev.svg b/frontend/public/og-bstein-dev.svg
index cb873e7..b695b25 100644
--- a/frontend/public/og-bstein-dev.svg
+++ b/frontend/public/og-bstein-dev.svg
@@ -1,5 +1,5 @@
diff --git a/frontend/src/components/PlatformSection.vue b/frontend/src/components/PlatformSection.vue
index b9bd63b..932d125 100644
--- a/frontend/src/components/PlatformSection.vue
+++ b/frontend/src/components/PlatformSection.vue
@@ -350,7 +350,7 @@ function pickIcon(name) {
if (h.includes("translation")) return "TR";
if (h.includes("grafana")) return "GF";
if (h.includes("pegasus")) return "PG";
- if (h.includes("veles")) return "VL";
+ if (h.includes("cassandra")) return "CA";
if (h.includes("ai chat")) return "AI";
if (h.includes("ai image") || h.includes("vision")) return "VI";
if (h.includes("ai speech")) return "SP";
@@ -366,7 +366,7 @@ function serviceRank(service) {
"Flux",
"Grafana",
"OpenSearch",
- "Veles",
+ "Cassandra",
"Nextcloud",
"Outline",
"Planka",
diff --git a/frontend/src/components/TopBar.vue b/frontend/src/components/TopBar.vue
index 1edc3b8..5a16973 100644
--- a/frontend/src/components/TopBar.vue
+++ b/frontend/src/components/TopBar.vue
@@ -1,7 +1,7 @@