Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Oct 9, 2023
1 parent c710875 commit 525e74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/docs/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Docs () {
<div className='flex flex-col justify-start items-center min-h-full w-full text-left text-white p-8'>
<h1 className='text-3xl mb-8 font-bold'>Welcome to the w3up web console beta!</h1>
<p className='mb-4 w-4/5'>
We're excited that you're using the w3up web console. This is a web-based interface
We`&apos;`re excited that you`&apos;`re using the w3up web console. This is a web-based interface
to <Link href='https://github.com/web3-storage/w3up'>w3up</Link>, designed to make it easy
for you to upload data to the Filecoin network.
</p>
Expand All @@ -25,7 +25,7 @@ export default function Docs () {
</ul>
<p className='mb-4 w-4/5'>
Otherwise, visit the <Link href='https://github.com/web3-storage/w3up'>w3up</Link> repository
where you'll find documentation and source code for the w3up protocol. You may
where you`&apos;`ll find documentation and source code for the w3up protocol. You may
also be interested in reading the <Link href='https://github.com/web3-storage/specs'>w3up specifications</Link> and
learning more about <Link href='https://github.com/web3-storage/w3infra'>the operational infrastructure code</Link> that
powers our implementation of w3up.
Expand Down

0 comments on commit 525e74e

Please sign in to comment.