Skip to content

Commit

Permalink
fix: appeased the Svelte check
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Sep 21, 2024
1 parent 5733609 commit d8f1b9f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions packages/web/src/routes/obsidian/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import Section from '$lib/Section.svelte';
import Logo from '$lib/Logo.svelte';
import ObsidianLogo from '$lib/ObsidianLogo.svelte';
import { Card } from 'flowbite-svelte';
import GitHubLogo from '$lib/GitHubLogo.svelte';
</script>

Expand Down Expand Up @@ -37,7 +36,11 @@
Unlike LanguageTool, Harper compiles to WebAssembly so your information never leaves Obsidian. <br
/><b>Your vault should be exactly that: secure.</b>
</span>
<img src="/images/obsidian_screenshot.webp" class="rounded-2xl" />
<img
src="/images/obsidian_screenshot.webp"
class="rounded-2xl"
alt="A screenshot of the Harper Obsidian plugin at work."
/>
</Section>

<Section>
Expand All @@ -49,6 +52,10 @@
<br /><br /> Finally, go back and enable the plugin.
</span>

<img src="/images/obsidian_install_screenshot.webp" class="rounded-2xl" />
<img
src="/images/obsidian_install_screenshot.webp"
class="rounded-2xl"
alt="A screenshot of the Harper Obsidian installation."
/>
</Section>
</GutterCenter>

0 comments on commit d8f1b9f

Please sign in to comment.