add pass access token in headers

This commit is contained in:
miloschwartz
2025-04-05 22:28:47 -04:00
parent 74d6b3d902
commit 6cc4bc2645
14 changed files with 333 additions and 161 deletions

View File

@@ -32,7 +32,7 @@ export default function CopyTextBox({
>
<pre
ref={textRef}
className={`p-4 pr-16 text-sm w-full ${
className={`p-2 pr-16 text-sm w-full ${
wrapText
? "whitespace-pre-wrap break-words"
: "overflow-x-auto"
@@ -41,10 +41,10 @@ export default function CopyTextBox({
<code className="block w-full">{text}</code>
</pre>
<Button
variant="outline"
size="icon"
variant="ghost"
size="sm"
type="button"
className="absolute top-1 right-1 z-10 bg-card"
className="absolute top-0.5 right-0 z-10 bg-card"
onClick={copyToClipboard}
aria-label="Copy to clipboard"
>