chore(www): update the user info to use example instead (#6766)

This commit is contained in:
Cyrus Zei
2025-02-26 17:47:23 +01:00
committed by GitHub
parent 8506977f83
commit e7f8cd4566
6 changed files with 18 additions and 18 deletions

View File

@@ -186,7 +186,7 @@ export const accounts = [
},
{
label: "Alicia Koch",
email: "alicia@gmail.com",
email: "alicia@example.com",
icon: (
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Gmail</title>
@@ -199,7 +199,7 @@ export const accounts = [
},
{
label: "Alicia Koch",
email: "alicia@me.com",
email: "alicia@example.com",
icon: (
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>iCloud</title>

View File

@@ -48,25 +48,25 @@ const data: Payment[] = [
id: "m5gr84i9",
amount: 316,
status: "success",
email: "ken99@yahoo.com",
email: "ken99@example.com",
},
{
id: "3u1reuv4",
amount: 242,
status: "success",
email: "Abe45@gmail.com",
email: "Abe45@example.com",
},
{
id: "derv1ws0",
amount: 837,
status: "processing",
email: "Monserrat44@gmail.com",
email: "Monserrat44@example.com",
},
{
id: "bhqecj4p",
amount: 721,
status: "failed",
email: "carmella@hotmail.com",
email: "carmella@example.com",
},
]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -41,31 +41,31 @@ const data: Payment[] = [
id: "m5gr84i9",
amount: 316,
status: "success",
email: "ken99@yahoo.com",
email: "ken99@example.com",
},
{
id: "3u1reuv4",
amount: 242,
status: "success",
email: "Abe45@gmail.com",
email: "Abe45@example.com",
},
{
id: "derv1ws0",
amount: 837,
status: "processing",
email: "Monserrat44@gmail.com",
email: "Monserrat44@example.com",
},
{
id: "5kma53ae",
amount: 874,
status: "success",
email: "Silas22@gmail.com",
email: "Silas22@example.com",
},
{
id: "bhqecj4p",
amount: 721,
status: "failed",
email: "carmella@hotmail.com",
email: "carmella@example.com",
},
]

View File

@@ -41,31 +41,31 @@ const data: Payment[] = [
id: "m5gr84i9",
amount: 316,
status: "success",
email: "ken99@yahoo.com",
email: "ken99@example.com",
},
{
id: "3u1reuv4",
amount: 242,
status: "success",
email: "Abe45@gmail.com",
email: "Abe45@example.com",
},
{
id: "derv1ws0",
amount: 837,
status: "processing",
email: "Monserrat44@gmail.com",
email: "Monserrat44@example.com",
},
{
id: "5kma53ae",
amount: 874,
status: "success",
email: "Silas22@gmail.com",
email: "Silas22@example.com",
},
{
id: "bhqecj4p",
amount: 721,
status: "failed",
email: "carmella@hotmail.com",
email: "carmella@example.com",
},
]