Skip to content

Commit c970f13

Browse files
committed
chore[frontend]: update index page text
1 parent 1502c64 commit c970f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/components/PasteBin.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ export function PasteBin() {
234234
<h1 className="text-3xl inline">{INDEX_PAGE_TITLE}</h1>
235235
<DarkModeToggle mode={darkModeSelect} onModeChange={setDarkModeSelect} className="absolute right-0" />
236236
</div>
237-
<p className="my-2">This is an open source pastebin deployed on Cloudflare Workers. </p>
237+
<p className="my-2">An open source pastebin deployed on Cloudflare Workers. </p>
238238
<p className="my-2">
239-
<b>Usage</b>: paste any text here, submit, then share it with URL. (
239+
<b>Usage</b>: Paste text or file here; submit; share it with a URL. (
240240
<Link href={`${BaseUrl}/api`}>API Documentation</Link>)
241241
</p>
242242
<p className="my-2">

0 commit comments

Comments
 (0)