From fa94e61af3f800f7d6fe35e825ca68ad22477a8e Mon Sep 17 00:00:00 2001 From: AbhiByreddy <54539671+ThunderBird260@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:23:21 -0400 Subject: [PATCH 1/4] feat: cooler looking activity feed! --- src/components/home/Hero.jsx | 2 +- src/pages/dashboard.jsx | 24 ++++++++++++++++++------ 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/src/components/home/Hero.jsx b/src/components/home/Hero.jsx index 6c42938..4ec3bf5 100644 --- a/src/components/home/Hero.jsx +++ b/src/components/home/Hero.jsx @@ -26,7 +26,7 @@ export function Hero() { { userName: 'laphatize', challengeName: 'Excel-lently Hidden', profilePic: 'https://imagedelivery.net/1Dym4oPRvM_5USnDWCdSCw/7523c0cb-2330-443c-94f1-030cd8bde300/public' }, { userName: 'herronjo', challengeName: 'Trading Bananas' , profilePic: 'https://imagedelivery.net/1Dym4oPRvM_5USnDWCdSCw/1bd03d05-1057-48fc-3d3f-b3ed512cb500/public' }, { userName: 'thunderbird', challengeName: 'Sneaky Cat ' , profilePic: 'https://imagedelivery.net/1Dym4oPRvM_5USnDWCdSCw/3b312b5f-c90d-490d-80d0-e52b367d4400/public' }, - { userName: 'steven', challengeName: 'Pretty Obvious', profilePic: 'https://imagedelivery.net/1Dym4oPRvM_5USnDWCdSCw/3e75c7a3-dfe9-47cc-0d46-736187e62400/public' }, + { userName: 'stevestef', challengeName: 'Pretty Obvious', profilePic: 'https://imagedelivery.net/1Dym4oPRvM_5USnDWCdSCw/3e75c7a3-dfe9-47cc-0d46-736187e62400/public' }, ]); }; diff --git a/src/pages/dashboard.jsx b/src/pages/dashboard.jsx index 1a92080..2200fb0 100644 --- a/src/pages/dashboard.jsx +++ b/src/pages/dashboard.jsx @@ -258,13 +258,25 @@ export default function Dashboard() {