diff options
| author | Alam Guardin <alamguardin@gmail.com> | 2024-08-07 23:03:49 -0500 |
|---|---|---|
| committer | Alam Guardin <alamguardin@gmail.com> | 2024-08-07 23:03:49 -0500 |
| commit | 470911698e5a4468c510a99dd352bfb68d9fbd00 (patch) | |
| tree | c1622e77cb4f519ca74e430cc8e926346f4b890c /src/data/user.json | |
| parent | 3a85a040943b7c69eb29c5260898516c9fae6e5a (diff) | |
refactor: add icons to links
Diffstat (limited to 'src/data/user.json')
| -rw-r--r-- | src/data/user.json | 13 |
1 files changed, 10 insertions, 3 deletions
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" } |
