diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-30 09:38:48 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-30 09:38:48 -0700 |
| commit | bd9fcb53a59b6ad4de0ebb83c0329f312d647b11 (patch) | |
| tree | f814cb867f0ccb6cb7cc6b0a9ff8882840728bb3 /src/routes/team | |
| parent | 115ca3bbf2b3e1ee6f46956ef111981bb04c3bf0 (diff) | |
| download | mistymountainstherapy-bd9fcb53a59b6ad4de0ebb83c0329f312d647b11.tar.gz mistymountainstherapy-bd9fcb53a59b6ad4de0ebb83c0329f312d647b11.zip | |
run prettier and fix bug on safari
Diffstat (limited to 'src/routes/team')
| -rw-r--r-- | src/routes/team/index.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/team/index.svelte b/src/routes/team/index.svelte index 88e5db0..8e29249 100644 --- a/src/routes/team/index.svelte +++ b/src/routes/team/index.svelte @@ -20,7 +20,7 @@ </script> <main> - <h1 class="text-center">Our Team</h1> + <h1 class="text-center">Our Team.</h1> {#if people.length} {#each people as person, i} <div class="row border-bottom"> |
