diff --git a/client/public/thumbnails/thumbnail-1.png b/client/public/thumbnails/thumbnail-1.png new file mode 100644 index 0000000..9d7a248 Binary files /dev/null and b/client/public/thumbnails/thumbnail-1.png differ diff --git a/client/public/thumbnails/thumbnail-2.png b/client/public/thumbnails/thumbnail-2.png new file mode 100644 index 0000000..9a69b7e Binary files /dev/null and b/client/public/thumbnails/thumbnail-2.png differ diff --git a/client/public/thumbnails/thumbnail-3.png b/client/public/thumbnails/thumbnail-3.png new file mode 100644 index 0000000..9f14207 Binary files /dev/null and b/client/public/thumbnails/thumbnail-3.png differ diff --git a/client/src/components/cards/Member-cart.tsx b/client/src/components/cards/Member-cart.tsx index 09a8efa..9fc752f 100644 --- a/client/src/components/cards/Member-cart.tsx +++ b/client/src/components/cards/Member-cart.tsx @@ -17,15 +17,15 @@ const MemberCard: Component = ({ props }) => { data-aos="zoom-out-down" > Bonnie Avatar -

+

{props.name}

-

{props.position}

+

{props.position}

); }; diff --git a/client/src/components/cards/NewsCard.tsx b/client/src/components/cards/NewsCard.tsx index 5e88d4c..3bb0149 100644 --- a/client/src/components/cards/NewsCard.tsx +++ b/client/src/components/cards/NewsCard.tsx @@ -16,7 +16,7 @@ const NewsCard: Component = ({ props }) => { return (
-
+
news
diff --git a/client/src/components/cards/RelatedCard.tsx b/client/src/components/cards/RelatedCard.tsx index aa892d5..212777c 100644 --- a/client/src/components/cards/RelatedCard.tsx +++ b/client/src/components/cards/RelatedCard.tsx @@ -19,7 +19,7 @@ const RelatedCard: Component = ({ props }) => {
team
diff --git a/client/src/components/layouts/Navbar.tsx b/client/src/components/layouts/Navbar.tsx index 5201d01..76ecc91 100644 --- a/client/src/components/layouts/Navbar.tsx +++ b/client/src/components/layouts/Navbar.tsx @@ -16,7 +16,7 @@ const Navbar: Component<{}> = () => { return (