Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/components/theme-change.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{...props}
>
{#if variant === 'dropdown'}
<button tabindex="0" role="button" class="btn gap-1 btn-ghost btn-sm">
<button tabindex="0" class="btn gap-1 btn-ghost btn-sm">
<span class="sr-only">Select Theme</span>
<Icons.theme class="size-4" />

Expand Down
4 changes: 2 additions & 2 deletions src/routes/security/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<Subheading class="mb-4">Scores</Subheading>
<div class="flex flex-wrap items-center gap-4">
<Link
href="https://observatory.mozilla.org/analyze/10xprivacy.dottmp.dev"
href="https://observatory.mozilla.org/analyze/10xprivacy.com"
class="inline-flex items-center"
>
<img
src="https://img.shields.io/mozilla-observatory/grade/10xprivacy.dottmp.dev?label=Mozilla%20Observatory"
src="https://img.shields.io/mozilla-observatory/grade/10xprivacy.com?label=Mozilla%20Observatory"
alt="Mozilla Observatory grade"
class="h-5"
/>
Expand Down
Loading