From 146d9d306e57dc58ca9312eb25b3d46dfea62fa3 Mon Sep 17 00:00:00 2001 From: Tyler Hill Date: Fri, 3 May 2024 23:55:15 -0500 Subject: [PATCH] Style tweaks Fixed some style mistakes I made --- public/planner_card.svg | 60 -------------------------------- src/components/Governance.tsx | 6 ++-- src/components/Projects.tsx | 3 +- src/components/WhoWeAre.tsx | 2 +- src/pages/about/mission.tsx | 26 +++++++------- src/pages/membership.tsx | 12 +++---- src/pages/resources/calendar.tsx | 4 +-- src/pages/resources/meetings.tsx | 4 +-- 8 files changed, 28 insertions(+), 89 deletions(-) delete mode 100644 public/planner_card.svg diff --git a/public/planner_card.svg b/public/planner_card.svg deleted file mode 100644 index 4c48696..0000000 --- a/public/planner_card.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/components/Governance.tsx b/src/components/Governance.tsx index 05da5b7..46c989a 100644 --- a/src/components/Governance.tsx +++ b/src/components/Governance.tsx @@ -52,9 +52,9 @@ const LeadershipCard = (props: Person) => { const LeadershipGroup = (props: PopulatedGoveranceGroup) => { return ( -
-

{props.name}

-

{props.description}

+
+

{props.name}

+

{props.description}

{props.people.map((person) => ( diff --git a/src/components/Projects.tsx b/src/components/Projects.tsx index 9b47616..395f0c7 100644 --- a/src/components/Projects.tsx +++ b/src/components/Projects.tsx @@ -1,6 +1,7 @@ import ArrowButton from '@/../public/testimonials/arrow-button.svg'; import { createRef, useEffect, useState } from 'react'; -import Image, { StaticImageData } from 'next/image'; +import Image from 'next/image'; +import type { StaticImageData } from 'next/image'; import Carousel from './Carousel'; import Planner from '@/../public/projects/planner.png'; import Skedge from '@/../public/projects/skedge.png'; diff --git a/src/components/WhoWeAre.tsx b/src/components/WhoWeAre.tsx index 0ebc7c3..a7e7761 100644 --- a/src/components/WhoWeAre.tsx +++ b/src/components/WhoWeAre.tsx @@ -15,7 +15,7 @@ function WhoWeAre() { empower UT Dallas students, one galaxy at a time. Learn More diff --git a/src/pages/about/mission.tsx b/src/pages/about/mission.tsx index aa51d64..a0ac90c 100644 --- a/src/pages/about/mission.tsx +++ b/src/pages/about/mission.tsx @@ -62,7 +62,7 @@ const Mission = () => (

-Ryan Radloff

-
+

Values

{values.map((value) => ( @@ -73,19 +73,17 @@ const Mission = () => ( ))}
-
-

- See{' '} - - our Confluence - {' '} - for more -

-
+

+ See{' '} + + our Confluence + {' '} + for more +