Skip to content

Commit

Permalink
fix: the tiniest of language tweaks! (storacha#488)
Browse files Browse the repository at this point in the history
pushing this mostly to trigger a new production build, but I think it's
better to be consistent here
  • Loading branch information
travis authored Mar 30, 2023
1 parent 17be8b6 commit 203202b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react/w3console/src/pages/docs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Docs () {
return (
<DefaultLayout>
<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 w3console beta!</h1>
<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
to <Link href='https://github.com/web3-storage/w3up'>w3up</Link>, designed to make it easy
Expand Down

0 comments on commit 203202b

Please sign in to comment.