updated search look for player and server page
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m26s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m26s
This commit is contained in:
@ -24,7 +24,11 @@ export function CopyButton({ content, children }: CopyButtonProps): ReactElement
|
||||
await copy(content);
|
||||
toast({
|
||||
title: "Copied!",
|
||||
description: `Copied "${content}" to the clipboard.`,
|
||||
description: (
|
||||
<p>
|
||||
Copied <span className="font-semibold">{content}</span> to your clipboard
|
||||
</p>
|
||||
),
|
||||
duration: 5000,
|
||||
});
|
||||
}}
|
||||
|
Reference in New Issue
Block a user