From eb5987108e36136bc079873499f95567b9051029 Mon Sep 17 00:00:00 2001 From: Alberto Mac Date: Mon, 26 Aug 2024 18:52:46 +0100 Subject: revision, and minor fixes --- app/profiles/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/profiles') diff --git a/app/profiles/page.tsx b/app/profiles/page.tsx index fca89a5..1a9c29a 100644 --- a/app/profiles/page.tsx +++ b/app/profiles/page.tsx @@ -28,8 +28,8 @@ export default function Profiles() { { USERS.map((user, index) => (
- - + +

{user.name}

@@ -42,15 +42,15 @@ export default function Profiles() { const USERS = [ { name:'Alberto', - avatar:'https://avatars.dicebear.com/api/male/124.svg' + avatar:'https://api.dicebear.com/9.x/adventurer/svg?seed=alberto' }, { name:'Kids', - avatar:'https://avatars.dicebear.com/api/male/122.svg' + avatar:'https://api.dicebear.com/9.x/adventurer/svg?seed=kids' }, { name:'Add profile', - avatar:'https://avatars.dicebear.com/api/female/12.svg' + avatar:'https://api.dicebear.com/9.x/adventurer/svg?seed=add' // icon:'...' } -] \ No newline at end of file +] -- cgit v1.2.3-54-g00ecf