diff options
| author | Alam Guardin <alamguardin@gmail.com> | 2024-09-02 21:52:01 -0500 |
|---|---|---|
| committer | Alam Guardin <alamguardin@gmail.com> | 2024-09-02 21:52:01 -0500 |
| commit | eec1ee1d898f4a6364c5554683b32c6f3d555eb6 (patch) | |
| tree | 69aebbf191c7d327bdba03b2942eebdc91399d14 /src/data | |
| parent | 4a89ff454fdce3f6be57609c2429bc8f622626ef (diff) | |
refactor: add remixicons
for more variety in icons
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/user.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/data/user.json b/src/data/user.json index 0a05f27..9b17563 100644 --- a/src/data/user.json +++ b/src/data/user.json @@ -4,43 +4,43 @@ "links": [ { "url": "#", - "icon": "url", + "icon": "link", "title": "Personal Portfolio", "description": "All my latest design projects" }, { "url": "#", - "icon": "youtube", + "icon": "youtube-fill", "title": "Youtube Channel", "description": "All my latest design projects" }, { "url": "#", - "icon": "shop", + "icon": "shopping-bag-line", "title": "Template Store", "description": "Discover templates that suit you" }, { "url": "#", - "icon": "url", + "icon": "link", "title": "Design Podcast", "description": "Every Friday a new episode" }, { "url": "#", - "icon": "instagram", + "icon": "instagram-line", "title": "Instagram Profile", "description": "Designer lifestyle and more" }, { "url": "#", - "icon": "dribble", + "icon": "dribbble-line", "title": "Dribbble Shots", "description": "Know more about my work" }, { "url": "#", - "icon": "url", + "icon": "link", "title": "Free Resources", "description": "Collection of free resources" } |
