Skip to content

Commit 6968945

Browse files
committed
improve wording
1 parent f1c01a6 commit 6968945

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/features/onboarding/components/steps/LanguagesTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const LanguagesTab = ({
2222
return (
2323
<div>
2424
<div className="tabHeader">
25-
<h1 className="tabTitle">💻 Select your languages & topics</h1>
25+
<h1 className="tabTitle">🦾 Select your languages & topics</h1>
2626
<p className="tabBody">Select the languages you're interested in following.</p>
2727
</div>
2828
<div className="tabContent sources">

src/features/onboarding/components/steps/SourcesTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const SourcesTab = ({
2121
<div>
2222
<div className="tabHeader">
2323
<h1 className="tabTitle">📙 Pick your sources</h1>
24-
<p className="tabBody">Select the sources you're interested in following.</p>
24+
<p className="tabBody">Your feed will be tailored by your followed sources</p>
2525
</div>
2626
<div className="tabContent sources">
2727
<ChipsSet

0 commit comments

Comments
 (0)