From c10cfaa5b9fcf155f191d792468304fb001323a9 Mon Sep 17 00:00:00 2001 From: angelmankel Date: Fri, 29 May 2026 19:02:07 -0700 Subject: [PATCH] fix: update projects headline for LoL project --- constants/projects.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/projects.ts b/constants/projects.ts index 283ff53..dbc74f5 100644 --- a/constants/projects.ts +++ b/constants/projects.ts @@ -79,7 +79,7 @@ export const projects: Project[] = [ year: "2026", stack: ["React", "TypeScript", "Riot API"], description: - "An app I built for a friend who challenged themselves of reaching a higher rank. Surfaces specific matchup insights and personalized tips based on their match history.", + "An app I built for a friend who was trying to climb the ranks in League of Legends. It pulls in match data and account stats from the Riot API, and allows users to keep notes on matchups, builds, and more.", liveUrl: "https://demo.angelmankel.com/league", overview: [ "This project is essentially a note taking and builds app for League of Legends, the popular competitive MOBA game. It utilizes a MySQL database to store user data, match history, and user created builds, item sets, and more. It utilizes the public and private Riot API to pull in match history, account rank and other data, and game assets like item icons and champion art.",