Openstatus www.openstatus.dev

chore: copy link text (#1603)

authored by

Maximilian Kaske and committed by
GitHub
005c2a86 6262561d

+1 -1
+1 -1
apps/web/src/content/copy-button.tsx
··· 19 19 onClick={() => copy(copyText, { withToast: true })} 20 20 {...props} 21 21 > 22 - {isCopied ? "[copied]" : "[copy]"} 22 + {isCopied ? "[link copied]" : "[copy link]"} 23 23 </Button> 24 24 ); 25 25 }