animate Settings and Notes

This commit is contained in:
Gavin McDonald
2025-04-24 11:24:15 -04:00
parent 3d3cb7a45e
commit 1a4789af4c
4 changed files with 68 additions and 71 deletions

View File

@@ -34,7 +34,7 @@ export default function CopyButton({
Array.isArray(tooltip) && tooltip.length > 1 ? (copied ? tooltip[1] : tooltip[0]) : tooltip;
return (
<button onClick={handleCopy} className={`transition-all cursor-pointer ${className}`}>
<button onClick={handleCopy} className={`cursor-pointer ${className}`}>
<ToolTip content={ttContent} className="w-full">
<div className="flex items-center gap-2 w-full text-sm font-medium">
{title}