adds chromatic ignores to SiteHeader dropdown
This commit is contained in:
parent
b86615ebf6
commit
70672e7a59
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<NavDropdown>
|
<NavDropdown>
|
||||||
<div class="more-sections">
|
<div class="more-sections" data-chromatic="ignore">
|
||||||
<div class="groupContainer">
|
<div class="groupContainer">
|
||||||
{#each sections as section}
|
{#each sections as section}
|
||||||
<section
|
<section
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
Browse {section.name}
|
Browse {section.name}
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="sections">
|
<div class="sections" data-chromatic="ignore">
|
||||||
{#if splitCount > 0}
|
{#if splitCount > 0}
|
||||||
<ul class="sections-group">
|
<ul class="sections-group">
|
||||||
{#each section.children.slice(0, splitCount) as sub}
|
{#each section.children.slice(0, splitCount) as sub}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
let thumbnail = $derived(story.thumbnail);
|
let thumbnail = $derived(story.thumbnail);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="story-card">
|
<div class="story-card" data-chromatic="ignore">
|
||||||
<a href={normalizeUrl(story.canonical_url)}>
|
<a href={normalizeUrl(story.canonical_url)}>
|
||||||
<div class="story-text" class:has-thumbnail={thumbnail}>
|
<div class="story-text" class:has-thumbnail={thumbnail}>
|
||||||
<span>{story.title}</span>
|
<span>{story.title}</span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue