diff --git a/src/tag/Tag.tsx b/src/tag/Tag.tsx
index 9fbd44f..cd24300 100644
--- a/src/tag/Tag.tsx
+++ b/src/tag/Tag.tsx
@@ -45,18 +45,15 @@ export default function Tag({ members = defaultMembers }: TagProps) {
{/* Front Side */}
{member.name}
@@ -139,39 +134,18 @@ export default function Tag({ members = defaultMembers }: TagProps) {
const defaultMembers: TeamMember[] = [
{
- id: "1",
- name: "Sarah Johnson",
- role: "Lead Designer",
- image:
- "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop",
- social: {
- twitter: "https://twitter.com",
- linkedin: "https://linkedin.com",
- email: "sarah@example.com",
- },
+ id: "1", name: "Sarah Johnson", role: "Lead Designer", image:
+ "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", social: {
+ twitter: "https://twitter.com", linkedin: "https://linkedin.com", email: "sarah@example.com"},
},
{
- id: "2",
- name: "Michael Chen",
- role: "Full Stack Developer",
- image:
- "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop",
- social: {
- github: "https://github.com",
- linkedin: "https://linkedin.com",
- email: "michael@example.com",
- },
+ id: "2", name: "Michael Chen", role: "Full Stack Developer", image:
+ "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", social: {
+ github: "https://github.com", linkedin: "https://linkedin.com", email: "michael@example.com"},
},
{
- id: "3",
- name: "Emma Rodriguez",
- role: "Product Manager",
- image:
- "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop",
- social: {
- twitter: "https://twitter.com",
- linkedin: "https://linkedin.com",
- email: "emma@example.com",
- },
+ id: "3", name: "Emma Rodriguez", role: "Product Manager", image:
+ "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", social: {
+ twitter: "https://twitter.com", linkedin: "https://linkedin.com", email: "emma@example.com"},
},
];
\ No newline at end of file