feat: add Twitter support to business profile and implement DashboardProfile component

This commit is contained in:
2026-05-09 21:19:52 +02:00
parent 6acd5ebe2e
commit f6e3c1bb8c
3 changed files with 10 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ export interface SocialLinks {
facebook?: string;
linkedin?: string;
instagram?: string;
twitter?: string;
website?: string;
}