Skip to content

Commit

Permalink
Pass checks
Browse files Browse the repository at this point in the history
Update snapshots
  • Loading branch information
allanlasser committed Aug 29, 2024
1 parent a134893 commit 9bff4c0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ exports[`UserMenu 1`] = `
<div>
<div
class="dropdownContainer svelte-2lrn0b"
class="dropdownContainer svelte-6er823"
id="user-menu"
>
<div
class="title primary svelte-2lrn0b"
class="title primary svelte-6er823"
role="button"
tabindex="0"
>
<span
class="container svelte-a23iq4"
class="container svelte-prcwhd"
role="button"
tabindex="0"
title="Open Menu"
Expand Down Expand Up @@ -54,14 +54,14 @@ exports[`UserMenu 1`] = `
</div>
<div
class="dropdown svelte-2lrn0b bottom right"
class="dropdown svelte-6er823 bottom right"
>
<div
class="menu svelte-18fuj21"
role="menu"
>
<a
class="container svelte-a23iq4"
class="container svelte-prcwhd"
href="https://dev.squarelet.com"
target="_blank"
title=""
Expand All @@ -83,7 +83,7 @@ exports[`UserMenu 1`] = `
<span
class="container svelte-a23iq4 hover"
class="container svelte-prcwhd hover"
role="button"
tabindex="0"
title=""
Expand All @@ -105,7 +105,7 @@ exports[`UserMenu 1`] = `
<a
class="container svelte-a23iq4"
class="container svelte-prcwhd"
href="https://api.dev.documentcloud.org/accounts/logout/"
title=""
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports[`AddOnsNavigation 1`] = `
style="display: contents; --hover-background: var(--blue-2);"
>
<a
class="container svelte-a23iq4 active"
class="container svelte-prcwhd active"
href="/add-ons/"
title=""
>
Expand All @@ -50,7 +50,7 @@ exports[`AddOnsNavigation 1`] = `
style="display: contents; --hover-background: var(--orange-2);"
>
<a
class="container svelte-a23iq4"
class="container svelte-prcwhd"
href="/add-ons/?active=true"
title=""
>
Expand Down Expand Up @@ -82,7 +82,7 @@ exports[`AddOnsNavigation 1`] = `
style="display: contents; --hover-background: var(--yellow-2);"
>
<a
class="container svelte-a23iq4"
class="container svelte-prcwhd"
href="/add-ons/?featured=true"
title=""
>
Expand All @@ -108,7 +108,7 @@ exports[`AddOnsNavigation 1`] = `
style="display: contents; --hover-background: var(--green-2);"
>
<a
class="container svelte-a23iq4"
class="container svelte-prcwhd"
href="/add-ons/?premium=true"
title=""
>
Expand Down Expand Up @@ -150,7 +150,7 @@ exports[`AddOnsNavigation 1`] = `
style="display: contents; --color: var(--gray-4);"
>
<span
class="container svelte-a23iq4 small"
class="container svelte-prcwhd small"
role="button"
tabindex="0"
title=""
Expand All @@ -161,7 +161,7 @@ exports[`AddOnsNavigation 1`] = `
</div>
<a
class="container svelte-a23iq4"
class="container svelte-prcwhd"
href="/add-ons/?category=ai"
title=""
>
Expand All @@ -170,7 +170,7 @@ exports[`AddOnsNavigation 1`] = `
</a>
<a
class="container svelte-a23iq4"
class="container svelte-prcwhd"
href="/add-ons/?category=statistical"
title=""
>
Expand All @@ -179,7 +179,7 @@ exports[`AddOnsNavigation 1`] = `
</a>
<a
class="container svelte-a23iq4"
class="container svelte-prcwhd"
href="/add-ons/?category=bulk"
title=""
>
Expand All @@ -188,7 +188,7 @@ exports[`AddOnsNavigation 1`] = `
</a>
<a
class="container svelte-a23iq4"
class="container svelte-prcwhd"
href="/add-ons/?category=export"
title=""
>
Expand All @@ -197,7 +197,7 @@ exports[`AddOnsNavigation 1`] = `
</a>
<a
class="container svelte-a23iq4"
class="container svelte-prcwhd"
href="/add-ons/?category=extraction"
title=""
>
Expand All @@ -206,7 +206,7 @@ exports[`AddOnsNavigation 1`] = `
</a>
<a
class="container svelte-a23iq4"
class="container svelte-prcwhd"
href="/add-ons/?category=file"
title=""
>
Expand All @@ -215,7 +215,7 @@ exports[`AddOnsNavigation 1`] = `
</a>
<a
class="container svelte-a23iq4"
class="container svelte-prcwhd"
href="/add-ons/?category=monitor"
title=""
>
Expand Down

0 comments on commit 9bff4c0

Please sign in to comment.