Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jun 25, 2023
1 parent acd63b4 commit 80d125e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/metadata.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { MetaTags, type MetaTagsProps } from 'svelte-meta-tags';
import { MetaTags, type MetaTagsProps } from 'svelte-meta-tags';
import type { Seo } from '../data/types';
import dedent from 'dedent';
import { urlFor } from '../data/sanity-client-browser';
Expand Down
6 changes: 4 additions & 2 deletions src/routes/(default)/about/employee.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
const name = `${givenName} ${familyName}`;
</script>

<JsonLd schema={{
<JsonLd
schema={{
'@context': 'https://schema.org',
'@type': 'Person',
givenName,
Expand All @@ -39,7 +40,8 @@
}
}
]
}} />
}}
/>

<div class="employee">
<Image src={image} class="profile-image" alt={name} />
Expand Down

0 comments on commit 80d125e

Please sign in to comment.