diff options
| author | Logan Hunt <loganhunt@simponic.xyz> | 2022-05-03 16:26:08 -0600 |
|---|---|---|
| committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-05-03 16:26:08 -0600 |
| commit | e561b3946c640e2355853d7066eac85066c5046a (patch) | |
| tree | 9aeb0d414e9fc81c1baca689032997cef3fa2267 /src | |
| parent | 2966a6f15870d1ba9d06586ce545df4c0b332a67 (diff) | |
| download | mistymountainstherapy-e561b3946c640e2355853d7066eac85066c5046a.tar.gz mistymountainstherapy-e561b3946c640e2355853d7066eac85066c5046a.zip | |
Add small changes per requests
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/approach/index.svelte | 2 | ||||
| -rw-r--r-- | src/routes/index.svelte | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/routes/approach/index.svelte b/src/routes/approach/index.svelte index 2dbe1df..cc9693f 100644 --- a/src/routes/approach/index.svelte +++ b/src/routes/approach/index.svelte @@ -7,7 +7,7 @@ <img src="https://ztxoywaazhxdeiftmsiy.supabase.co/storage/v1/object/public/mistymountains/boats.jpg" alt="boats in water" style="width:60%"> </div> <br> - <p>I meet each client where they are at and customize their therapeutic journey to best fit their personality and issues. The approaches I use most are listed below:</p> + <p>We meet each client where they are at and customize their therapeutic journey to best fit their personality and issues. Some of the approaches we use most are listed below:</p> </div> </div> <br> diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 97d6566..3bc0b30 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -11,7 +11,7 @@ <div class="bg-light rounded p-2 shadow"> <div class="d-flex justify-content-center"> <div class="col-md-8 mt-2 border-bottom"> - <h3>Darkness must pass, a new day will come, and when the sun shines, it will shine out the clearer.</h3> + <h3>"Darkness must pass, a new day will come, and when the sun shines, it will shine out the clearer."</h3> <div class="d-flex justify-content-end"> - Samwise Gamgee </div> |
