diff options
| author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2023-04-08 20:00:57 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-08 20:00:57 -0600 |
| commit | 5bac1cf7998a9595d4a7cacec1e7abc0efdaa05e (patch) | |
| tree | 4ef935b5b8c0586aa1c2e954d4e6433b47c88863 /src/routes/index.svelte | |
| parent | ace1ccee053aded7bf098d12422f4c86ea09cedc (diff) | |
| download | mistymountainstherapy-5bac1cf7998a9595d4a7cacec1e7abc0efdaa05e.tar.gz mistymountainstherapy-5bac1cf7998a9595d4a7cacec1e7abc0efdaa05e.zip | |
Update index.svelte
Diffstat (limited to 'src/routes/index.svelte')
| -rw-r--r-- | src/routes/index.svelte | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 5c67709..55eb4ac 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -69,7 +69,5 @@ { image: 'mountains.png', alt: 'Cloudy mountains in a light sky' }, { image: 'office-1-1.jpeg', alt: 'Office room one' }, { image: 'office-1-2.jpeg', alt: 'Office room one angle two' }, - { image: 'office-2-1.jpeg', alt: 'Office room two' }, - { image: 'office-2-2.jpeg', alt: 'Office room two angle two' }, ].map(setImageUrl); -</script>
\ No newline at end of file +</script> |
