Skip to content

Commit

Permalink
Tweaking welcome text
Browse files Browse the repository at this point in the history
  • Loading branch information
evwilliams committed Jan 20, 2024
1 parent f737712 commit 9c2a584
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ const Welcome = ({ ...rest }: WelcomeProps) => {
<div {...rest}>
<header className="text-2xl italic">Welcome to Meditations</header>
<div className="leading-relaxed flex flex-col gap-8 py-8 text-neutral-500 text-lg">
<p>A simple tool for <em className='text-neutral-900'>"repeating and reframing ideas long familiar but imperfectly absorbed"</em>, inspired by Marcus Aurelius' Meditations.</p>
<p>Inspired by Marcus Aurelius.</p>
<p>A simple tool for <em className='text-neutral-900'>"repeating and reframing ideas long familiar but imperfectly absorbed".</em></p>
<p>There's <em className='text-neutral-900'>no server</em>, all your notes are <em className='text-neutral-900'>private & stored locally in this browser.</em></p>
<p>Unlike a notepad, this will <em className='text-neutral-900'>resurface past thoughts</em> so you can reflect and refine.</p>
<p>Unlike a notepad, this will <em className='text-neutral-900'>help resurface past thoughts</em>.</p>
<p><em className='text-neutral-900'>Press the + button below</em> to start collecting your thoughts.</p>
</div>
</div>
Expand Down

0 comments on commit 9c2a584

Please sign in to comment.