mirror of https://github.com/kern/filepizza
Add upload page subtitle
parent
106ebb972a
commit
b1bb1f7cb8
@ -0,0 +1,13 @@
|
|||||||
|
import React, { JSX } from 'react'
|
||||||
|
|
||||||
|
export default function SubtitleText({
|
||||||
|
children,
|
||||||
|
}: {
|
||||||
|
children: React.ReactNode
|
||||||
|
}): JSX.Element {
|
||||||
|
return (
|
||||||
|
<p className="text-sm text-center text-stone-600 dark:text-stone-400 max-w-md">
|
||||||
|
{children}
|
||||||
|
</p>
|
||||||
|
)
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue