We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1502c64 commit c970f13Copy full SHA for c970f13
frontend/components/PasteBin.tsx
@@ -234,9 +234,9 @@ export function PasteBin() {
234
<h1 className="text-3xl inline">{INDEX_PAGE_TITLE}</h1>
235
<DarkModeToggle mode={darkModeSelect} onModeChange={setDarkModeSelect} className="absolute right-0" />
236
</div>
237
- <p className="my-2">This is an open source pastebin deployed on Cloudflare Workers. </p>
+ <p className="my-2">An open source pastebin deployed on Cloudflare Workers. </p>
238
<p className="my-2">
239
- <b>Usage</b>: paste any text here, submit, then share it with URL. (
+ <b>Usage</b>: Paste text or file here; submit; share it with a URL. (
240
<Link href={`${BaseUrl}/api`}>API Documentation</Link>)
241
</p>
242
0 commit comments