feat: updating joke styling and updating jokes array (#277)
This commit is contained in:
@@ -47,13 +47,13 @@ const splashText: string[] = [
|
||||
"The 'campus loop' refers to both the bus route and the endless cycle of trying to find your way around campus.",
|
||||
'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',
|
||||
'follow @sghsri!',
|
||||
'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',
|
||||
'The Eiffel Tower is the UT Tower of Paris',
|
||||
'A pen and paper is old fashioned, but sometimes old ways are best',
|
||||
'A heart is like bedrock, destroyable only by cheating',
|
||||
'You may not rest now, there are Canvas assignments nearby',
|
||||
@@ -61,6 +61,19 @@ const splashText: string[] = [
|
||||
'Almost Turing complete',
|
||||
'Have you had your coffee yet?',
|
||||
'#BF5700',
|
||||
`He's a CS Major, but he showers regularly. 🧢`,
|
||||
'A CS major walks into a bar. The bar is empty because it is a CS major.',
|
||||
'UT Registration Plus - The only thing that can make registration worse is not having it',
|
||||
'UT Registration Plus - We make registration slightly less painful. Slightly.',
|
||||
'UT Registration Plus - Do you really want to figure out which professors will ruin your GPA by yourself?',
|
||||
'Ayo tf is a memory leak',
|
||||
"lowkey we never thought we'd get this far, how tf are 60k of you people using this",
|
||||
"dang we're really out here making a splash",
|
||||
"We'd make a joke about A&M, but we're not sure they can read",
|
||||
"We've only caused one or two outages, we swear!",
|
||||
'Reality has a slight CNS bias',
|
||||
'That one time in 2019 we accidentally DDoSed the registration system. (really)',
|
||||
'Best UT financial aid tip? Marry rich.',
|
||||
];
|
||||
|
||||
export default splashText;
|
||||
|
||||
@@ -98,8 +98,8 @@ export default function PopupMain(): JSX.Element {
|
||||
</ScheduleDropdown>
|
||||
</div>
|
||||
{activeSchedule?.courses?.length === 0 && (
|
||||
<div className='max-w-64 flex flex-col items-center self-center gap-1.25 px-2 py-2'>
|
||||
<Text variant='small' className='text-center text-ut-gray !font-normal'>
|
||||
<div className='max-w-64 flex flex-col items-center self-center gap-1.25 px-2 py-2 pt-24'>
|
||||
<Text variant='p' className='text-center text-ut-gray !font-normal'>
|
||||
{funny}
|
||||
</Text>
|
||||
<Text variant='small' className='text-center text-black'>
|
||||
|
||||
Reference in New Issue
Block a user