Skip to content

Commit 8f948a6

Browse files
authored
[QF-3112] remove 3rd bullet from access-anywhere section (#2571)
fix(notes): remove 3rd bullet from access-anywhere section
1 parent c3e053b commit 8f948a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/take-notes/components/AccessAnywhere.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const AccessAnywhere: React.FC = () => {
1414
{[
1515
{ id: 'sync', text: t('benefits.access-anywhere.bullet-points.0') },
1616
{ id: 'device', text: t('benefits.access-anywhere.bullet-points.1') },
17-
{ id: 'offline', text: t('benefits.access-anywhere.bullet-points.2') },
1817
].map(({ id, text }) => (
1918
<li key={`aa-${id}`}>{text}</li>
2019
))}

0 commit comments

Comments
 (0)