mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 12:36:24 +08:00
feat(core): replace onboarding template (#11768)
This commit is contained in:
@@ -25,10 +25,7 @@ const GroupLabel = ({
|
||||
}) => (
|
||||
<div className={styles.groupLabelWrapper}>
|
||||
{icon}
|
||||
<div
|
||||
className={styles.groupLabel}
|
||||
data-testid={`group-label-${id}-${count}`}
|
||||
>
|
||||
<div className={styles.groupLabel} data-testid={`group-label-${id}`}>
|
||||
{label}
|
||||
</div>
|
||||
<div className={styles.pageCount}>{` · ${count}`}</div>
|
||||
|
||||
Reference in New Issue
Block a user