Skip to content

Commit

Permalink
feat(help): dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Apr 30, 2024
1 parent e100794 commit 341ffef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/bezier-react/src/components/Help/Help.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { forwardRef } from 'react'

import { HelpIcon } from '@channel.io/bezier-icons'
import { AllIcon, HelpIcon } from '@channel.io/bezier-icons'

Check warning on line 3 in packages/bezier-react/src/components/Help/Help.tsx

View workflow job for this annotation

GitHub Actions / CI

'HelpIcon' is defined but never used

Check warning on line 3 in packages/bezier-react/src/components/Help/Help.tsx

View workflow job for this annotation

GitHub Actions / CI

'HelpIcon' is defined but never used

import { isEmpty } from '~/src/utils/type'

Expand Down Expand Up @@ -31,7 +31,7 @@ export const Help = forwardRef<HTMLDivElement, HelpProps>(function Help(
<div className={styles.Help}>
<Icon
className={styles.Icon}
source={HelpIcon}
source={AllIcon}
size="xs"
color="txt-black-dark"
data-testid={HELP_TEST_ID}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`Help > Snapshot > 1`] = `
>
<path
clip-rule="evenodd"
d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 0-16 0 8 8 0 0 0 16 0m-9.067 2.492h1.901v-.708c0-.719.548-1.143.784-1.292.833-.523 2.225-1.401 2.225-3.055 0-1.94-1.687-3.462-3.841-3.462-2.083 0-3.842 1.586-3.842 3.462h1.9c0-.831.907-1.56 1.942-1.56.94 0 1.94.546 1.94 1.56 0 .508-.47.901-1.337 1.448-1.047.66-1.672 1.743-1.672 2.899zm1.011 3.632a1.243 1.243 0 1 0 .002-2.486 1.243 1.243 0 0 0-.002 2.486"
d="M19.5 17a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H18V7.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5zm-5 0a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H13V7.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5zm-5 0a.5.5 0 0 0 .5-.5V9a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v7.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V14h2v2.5a.5.5 0 0 0 .5.5zM4 5h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2m2.5 4h1a.5.5 0 0 1 .5.5V12H6V9.5a.5.5 0 0 1 .5-.5"
fill="currentColor"
fill-rule="evenodd"
/>
Expand Down

0 comments on commit 341ffef

Please sign in to comment.