-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fce6f0
commit e6514ec
Showing
5 changed files
with
98 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,22 +25,22 @@ export default function Page() { | |
{ | ||
id: 1, | ||
fullName: 'Brian Salvatore', | ||
firstName: 'James', | ||
lastName: 'Gates', | ||
email: '[email protected]', | ||
}, | ||
{ | ||
id: 2, | ||
fullName: 'Brian Salvatore', | ||
firstName: { | ||
value: 'James', | ||
render: (value) => ( | ||
<span className="whitespace-nowrap font-medium text-gray-900 dark:text-white">{value}</span> | ||
), | ||
}, | ||
lastName: 'Gates', | ||
email: '[email protected]', | ||
firstName: 'Brian', | ||
lastName: 'Salvatore', | ||
email: '[email protected]', | ||
}, | ||
// { | ||
// id: 2, | ||
// fullName: 'Brian Salvatore', | ||
// firstName: { | ||
// value: 'James', | ||
// render: (value) => ( | ||
// <span className="whitespace-nowrap font-medium text-gray-900 dark:text-white">{value}</span> | ||
// ), | ||
// }, | ||
// lastName: 'Gates', | ||
// email: '[email protected]', | ||
// }, | ||
]} | ||
hasCheckBox | ||
hoverable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,39 +5,39 @@ import { VLSkype } from '@icongo/vl'; | |
|
||
const LinkInfos = [ | ||
{ | ||
href: 'mailto:james.gates.0212@gmail.com', | ||
href: 'salvatore.brian@gmail.com', | ||
icon: { | ||
dark: LGGoogleGmail, | ||
light: LGGoogleGmail, | ||
}, | ||
label: 'Google Mail', | ||
}, | ||
// { | ||
// href: 'mailto:[email protected]', | ||
// icon: { | ||
// dark: IUMicrosoftOutlook, | ||
// light: IUMicrosoftOutlook, | ||
// }, | ||
// label: 'Outlook Mail', | ||
// }, | ||
// { | ||
// href: 'https://join.skype.com/invite/cNobIuz9Vg5u', | ||
// icon: { | ||
// dark: VLSkype, | ||
// light: VLSkype, | ||
// }, | ||
// label: 'Skype', | ||
// }, | ||
// { | ||
// href: 'https://discordapp.com/users/1199667886340448316', | ||
// icon: { | ||
// dark: LGDiscordIcon, | ||
// light: LGDiscordIcon, | ||
// }, | ||
// label: "Discord", | ||
// }, | ||
{ | ||
href: 'mailto:[email protected]', | ||
icon: { | ||
dark: IUMicrosoftOutlook, | ||
light: IUMicrosoftOutlook, | ||
}, | ||
label: 'Outlook Mail', | ||
}, | ||
{ | ||
href: 'https://join.skype.com/invite/cNobIuz9Vg5u', | ||
icon: { | ||
dark: VLSkype, | ||
light: VLSkype, | ||
}, | ||
label: 'Skype', | ||
}, | ||
{ | ||
href: 'https://discordapp.com/users/1199667886340448316', | ||
icon: { | ||
dark: LGDiscordIcon, | ||
light: LGDiscordIcon, | ||
}, | ||
label: "Discord", | ||
}, | ||
{ | ||
href: 'https://github.com/james-gates-0212', | ||
href: 'https://github.com/brian-salvatore/', | ||
icon: { | ||
dark: LGGithubIcon, | ||
light: ICPGithubIconWhite, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters