Skip to content

Commit

Permalink
run prettier again
Browse files Browse the repository at this point in the history
  • Loading branch information
kchenturtles committed Jul 18, 2024
1 parent 51d4a71 commit 12c4a3d
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions src/components/AboutFutureVisionSections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
IonCardTitle,
} from "@ionic/react";
import React from "react";
import './AboutFutureVisionSections.css'; // Ensure you have a CSS file for styling
import "./AboutFutureVisionSections.css"; // Ensure you have a CSS file for styling

export default function AboutFutureVisionSections() {
return (
Expand All @@ -20,7 +20,9 @@ export default function AboutFutureVisionSections() {
</IonCardHeader>
<IonCardContent>
<ul>
<li>Opportunities for trainees in all disciplines to collaborate</li>
<li>
Opportunities for trainees in all disciplines to collaborate
</li>
<li>Create content for website and social media</li>
</ul>
</IonCardContent>
Expand All @@ -31,8 +33,14 @@ export default function AboutFutureVisionSections() {
</IonCardHeader>
<IonCardContent>
<ul>
<li>Design training toolkits to be used at schools and community-based organizations</li>
<li>Engage with youth outside of the clinical setting and in the community</li>
<li>
Design training toolkits to be used at schools and
community-based organizations
</li>
<li>
Engage with youth outside of the clinical setting and in the
community
</li>
</ul>
</IonCardContent>
</IonCard>
Expand All @@ -42,7 +50,10 @@ export default function AboutFutureVisionSections() {
</IonCardHeader>
<IonCardContent>
<ul>
<li>BMC Department of Psychiatry: National "go-to" resource for mental health in diverse teens</li>
<li>
BMC Department of Psychiatry: National "go-to" resource for
mental health in diverse teens
</li>
</ul>
</IonCardContent>
</IonCard>
Expand Down

0 comments on commit 12c4a3d

Please sign in to comment.