Skip to content

Commit e81f23a

Browse files
committed
add some ignore attributes for chromatic
1 parent d407ccf commit e81f23a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

site/src/components/Loader/Loader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const Loader: FC<LoaderProps> = ({ size = 26, ...attrs }) => {
1616
justifyContent: "center",
1717
}}
1818
data-testid="loader"
19+
data-chromatic="ignore"
1920
{...attrs}
2021
>
2122
<CircularProgress size={size} />

site/src/pages/HealthPage/HealthLayout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export function HealthLayout() {
126126
<div css={{ display: "flex", flexDirection: "column" }}>
127127
<span css={{ fontWeight: 500 }}>Last check</span>
128128
<span
129+
data-chromatic="ignore"
129130
css={{
130131
color: theme.palette.text.secondary,
131132
lineHeight: "150%",
@@ -138,6 +139,7 @@ export function HealthLayout() {
138139
<div css={{ display: "flex", flexDirection: "column" }}>
139140
<span css={{ fontWeight: 500 }}>Version</span>
140141
<span
142+
data-chromatic="ignore"
141143
css={{
142144
color: theme.palette.text.secondary,
143145
lineHeight: "150%",

0 commit comments

Comments
 (0)