From d16dfc1107e843313e31ca1bb194ed42a87409de Mon Sep 17 00:00:00 2001 From: doprz <52579214+doprz@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:07:46 -0500 Subject: [PATCH] chore: add to insideJokes.tsx --- src/assets/insideJokes.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/assets/insideJokes.tsx b/src/assets/insideJokes.tsx index be5cd628..6e16926b 100644 --- a/src/assets/insideJokes.tsx +++ b/src/assets/insideJokes.tsx @@ -49,6 +49,12 @@ const splashText: string[] = [ 'The squirrels have mastered the art of begging for food better than most students during finals week.', "'going for a run' often means 'running to get food from food trucks'.", 'The struggle to fit all your classes into one schedule is as real as the struggle to fit all your groceries into a mini-fridge.', + 'We got UTRPv2 before GTA 6', + 'Veer was here', + 'Officially part of the SEC', + 'Finally resolved the UTRP Hackathon issues of 2024', + 'Planner is now adquired by Plus', + 'Longhorn-Developers is the best UT Student Org', ]; export default splashText;