diff --git a/crates/plcom/src/common/icon.rs b/crates/plcom/src/common/icon.rs
index 9a7578f..51c055f 100644
--- a/crates/plcom/src/common/icon.rs
+++ b/crates/plcom/src/common/icon.rs
@@ -7,9 +7,9 @@ pub enum Icon {
Link,
Calendar,
Location,
- Twitter,
- Telegram,
Mastodon,
+ Matrix,
+ YouTube,
Github,
Linkedin,
Map,
@@ -76,24 +76,6 @@ impl IntoAny for Icon {
>
}.into_any(),
- Icon::Twitter => view! {
-
- }.into_any(),
- Icon::Telegram => view! {
-
- }.into_any(),
Icon::Mastodon => view! {
}.into_any(),
+ Icon::Matrix => view! {
+
+ }.into_any(),
+ Icon::YouTube => view! {
+
+ }.into_any(),
Icon::Github => view! {