From f88b461b4e71f68ce174f7ec85fdec1dac01476b Mon Sep 17 00:00:00 2001 From: Thu Le Date: Sun, 3 Mar 2024 20:59:55 +0700 Subject: [PATCH] Update data.js Added my Uses page --- src/data.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/data.js b/src/data.js index 7564a25d..b77fda51 100644 --- a/src/data.js +++ b/src/data.js @@ -18904,6 +18904,27 @@ module.exports = [ 'GraphQL', ], }, + { + name: 'Thu Le', + description: + "Product & Experience Designer working in B2B SaaS.", + url: 'https://thu-le.com/uses', + twitter: '@_tple', + emoji: '🤓', + country: '🇻🇳', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Designer', + 'Product Design', + 'Product Management', + 'UX', + 'UI', + 'HTML', + 'CSS', + 'Figma', + ], + }, // 🚨 OH Hey! DO NOT ADD YOURSELF TO THE END OF THE ARRAY 🚨 // 🚨 Add yourself somewhere random. This makes merging you much easier and avoids conflicts. 🚨 // Thx, luv ya - wes