From 470911698e5a4468c510a99dd352bfb68d9fbd00 Mon Sep 17 00:00:00 2001 From: Alam Guardin Date: Wed, 7 Aug 2024 23:03:49 -0500 Subject: refactor: add icons to links --- src/data/user.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'src/data/user.json') diff --git a/src/data/user.json b/src/data/user.json index ddc00ef..0a05f27 100644 --- a/src/data/user.json +++ b/src/data/user.json @@ -3,37 +3,44 @@ "profession": "Web Designer", "links": [ { - "icon": "link", + "url": "#", + "icon": "url", "title": "Personal Portfolio", "description": "All my latest design projects" }, { + "url": "#", "icon": "youtube", "title": "Youtube Channel", "description": "All my latest design projects" }, { + "url": "#", "icon": "shop", "title": "Template Store", "description": "Discover templates that suit you" }, { - "icon": "link", + "url": "#", + "icon": "url", "title": "Design Podcast", "description": "Every Friday a new episode" }, { + "url": "#", "icon": "instagram", "title": "Instagram Profile", "description": "Designer lifestyle and more" }, { + "url": "#", "icon": "dribble", "title": "Dribbble Shots", "description": "Know more about my work" }, { - "icon": "link", + "url": "#", + "icon": "url", "title": "Free Resources", "description": "Collection of free resources" } -- cgit v1.2.3