diff --git a/public/guides/api.png b/public/guides/api.png index 35d19fe..1be3976 100644 Binary files a/public/guides/api.png and b/public/guides/api.png differ diff --git a/src/components/DocsPageSections/Guide.tsx b/src/components/DocsPageSections/Guide.tsx index 5710419..3ab790d 100644 --- a/src/components/DocsPageSections/Guide.tsx +++ b/src/components/DocsPageSections/Guide.tsx @@ -9,25 +9,28 @@ interface guideProps { } /** - * A component to render a card that shows a guide. Clicking on the guide takes you to a Google Doc. All info for guides is currently in TechGuides.tsx + * A component to render a card that shows a guide. Clicking on the guide takes you to a Google Doc. * @param props Should follow the interface above, guideProps * @returns A Guide React component */ const Guide = (props: guideProps) => ( -
+
{props.guideName}
- +
+ +

{props.description}