mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-16 17:16:25 +00:00
Update web
This commit is contained in:
@@ -23,4 +23,4 @@ export function ImageWithCaption({ src, alt, caption, width = 800, height = 450
|
||||
<figcaption className="text-center text-sm text-gray-600 mt-2">{caption}</figcaption>
|
||||
</figure>
|
||||
)
|
||||
}
|
||||
}
|
||||
@@ -32,3 +32,4 @@ const Steps: React.FC<StepsProps> & { Step: typeof Step } = ({ children }) => (
|
||||
Steps.Step = Step
|
||||
|
||||
export { Steps }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user