Formatting
This commit is contained in:
parent
657d67c503
commit
183e788f05
|
@ -47,7 +47,11 @@ function DoneButton(props: { className?: string }) {
|
|||
|
||||
return (
|
||||
<SiteLink href="/experimental/home">
|
||||
<Button size="lg" color="blue" className={clsx(className, 'flex whitespace-nowrap')}>
|
||||
<Button
|
||||
size="lg"
|
||||
color="blue"
|
||||
className={clsx(className, 'flex whitespace-nowrap')}
|
||||
>
|
||||
Done
|
||||
</Button>
|
||||
</SiteLink>
|
||||
|
|
Loading…
Reference in New Issue
Block a user