Skip to content

Commit

Permalink
Update common.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
dutscher committed Jun 19, 2024
1 parent 4a34e55 commit 2bcea39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/content/common.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ import StoredCheckbox from "$lib/components/stored-checkbox.svelte";
<Link href="assets/chrome-devtools.png">
<img src="assets/chrome-devtools.png" alt="Dev Console im Chrome" class="w-20" />
</Link>
</StoredCheckbox>
</StoredCheckbox>
<StoredCheckbox key="capo" label="Capo Chrome Extension (CleanUp Your <Head>)">
<Link href="https://rviscomi.github.io/capo.js/user/extension/">Link</Link>
</StoredCheckbox>

0 comments on commit 2bcea39

Please sign in to comment.