forked from mantinedev/ui.mantine.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update avatars used in all components
- Loading branch information
Showing
17 changed files
with
34 additions
and
48 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
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
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
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 |
---|---|---|
|
@@ -30,8 +30,7 @@ import classes from './HeaderTabs.module.css'; | |
const user = { | ||
name: 'Jane Spoonfighter', | ||
email: '[email protected]', | ||
image: | ||
'https://images.unsplash.com/photo-1508214751196-bcfd4ca60f91?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw=&ixlib=rb-1.2.1&auto=format&fit=crop&w=255&q=80', | ||
image: 'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-5.png', | ||
}; | ||
|
||
const tabs = [ | ||
|
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 |
---|---|---|
|
@@ -7,39 +7,39 @@ const data = [ | |
{ | ||
id: '1', | ||
avatar: | ||
"https://images.unsplash.com/photo-1624298357597-fd92dfbec01d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-1.png", | ||
name: 'Robert Wolfkisser', | ||
job: 'Engineer', | ||
email: '[email protected]', | ||
}, | ||
{ | ||
id: '2', | ||
avatar: | ||
"https://images.unsplash.com/photo-1586297135537-94bc9ba060aa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-7.png", | ||
name: 'Jill Jailbreaker', | ||
job: 'Engineer', | ||
email: '[email protected]', | ||
}, | ||
{ | ||
id: '3', | ||
avatar: | ||
"https://images.unsplash.com/photo-1632922267756-9b71242b1592?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-2.png", | ||
name: 'Henry Silkeater', | ||
job: 'Designer', | ||
email: '[email protected]', | ||
}, | ||
{ | ||
id: '4', | ||
avatar: | ||
"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-3.png", | ||
name: 'Bill Horsefighter', | ||
job: 'Designer', | ||
email: '[email protected]', | ||
}, | ||
{ | ||
id: '5', | ||
avatar: | ||
"https://images.unsplash.com/photo-1630841539293-bd20634c5d72?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-10.png", | ||
name: 'Jeremy Footviewer', | ||
job: 'Manager', | ||
email: '[email protected]', | ||
|
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
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
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ import { Avatar, Badge, Table, Group, Text, Select } from '@mantine/core'; | |
const data = [ | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1624298357597-fd92dfbec01d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-9.png", | ||
name: 'Robert Wolfkisser', | ||
job: 'Engineer', | ||
email: '[email protected]', | ||
|
@@ -13,7 +13,7 @@ const data = [ | |
}, | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1586297135537-94bc9ba060aa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-6.png", | ||
name: 'Jill Jailbreaker', | ||
job: 'Engineer', | ||
email: '[email protected]', | ||
|
@@ -23,7 +23,7 @@ const data = [ | |
}, | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1632922267756-9b71242b1592?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-10.png", | ||
name: 'Henry Silkeater', | ||
job: 'Designer', | ||
email: '[email protected]', | ||
|
@@ -33,7 +33,7 @@ const data = [ | |
}, | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-2.png", | ||
name: 'Bill Horsefighter', | ||
job: 'Designer', | ||
email: '[email protected]', | ||
|
@@ -43,7 +43,7 @@ const data = [ | |
}, | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1630841539293-bd20634c5d72?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-3.png", | ||
name: 'Jeremy Footviewer', | ||
job: 'Manager', | ||
email: '[email protected]', | ||
|
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 |
---|---|---|
|
@@ -11,39 +11,39 @@ import { | |
const data = [ | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1624298357597-fd92dfbec01d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-1.png", | ||
name: 'Robert Wolfkisser', | ||
job: 'Engineer', | ||
email: '[email protected]', | ||
rate: 22, | ||
}, | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1586297135537-94bc9ba060aa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-5.png", | ||
name: 'Jill Jailbreaker', | ||
job: 'Engineer', | ||
email: '[email protected]', | ||
rate: 45, | ||
}, | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1632922267756-9b71242b1592?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-3.png", | ||
name: 'Henry Silkeater', | ||
job: 'Designer', | ||
email: '[email protected]', | ||
rate: 76, | ||
}, | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-3.png", | ||
name: 'Bill Horsefighter', | ||
job: 'Designer', | ||
email: '[email protected]', | ||
rate: 15, | ||
}, | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1630841539293-bd20634c5d72?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-2.png", | ||
name: 'Jeremy Footviewer', | ||
job: 'Manager', | ||
email: '[email protected]', | ||
|
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 |
---|---|---|
|
@@ -4,39 +4,39 @@ import { IconPencil, IconTrash } from '@tabler/icons-react'; | |
const data = [ | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1624298357597-fd92dfbec01d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-1.png", | ||
name: 'Robert Wolfkisser', | ||
job: 'Engineer', | ||
email: '[email protected]', | ||
phone: '+44 (452) 886 09 12', | ||
}, | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1586297135537-94bc9ba060aa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-7.png", | ||
name: 'Jill Jailbreaker', | ||
job: 'Engineer', | ||
email: '[email protected]', | ||
phone: '+44 (934) 777 12 76', | ||
}, | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1632922267756-9b71242b1592?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-2.png", | ||
name: 'Henry Silkeater', | ||
job: 'Designer', | ||
email: '[email protected]', | ||
phone: '+44 (901) 384 88 34', | ||
}, | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-3.png", | ||
name: 'Bill Horsefighter', | ||
job: 'Designer', | ||
email: '[email protected]', | ||
phone: '+44 (667) 341 45 22', | ||
}, | ||
{ | ||
avatar: | ||
"https://images.unsplash.com/photo-1630841539293-bd20634c5d72?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80", | ||
"https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/avatars/avatar-10.png", | ||
name: 'Jeremy Footviewer', | ||
job: 'Manager', | ||
email: '[email protected]', | ||
|