Fix sidebar docs on gallery page.
rodzic
ab3b976746
commit
0c98010e20
|
@ -34,8 +34,9 @@ export const GalleryPage: React.FC<{}> = () => {
|
||||||
<Page title="Gallery!">
|
<Page title="Gallery!">
|
||||||
<div className="sidebar">
|
<div className="sidebar">
|
||||||
<p>
|
<p>
|
||||||
This gallery is a work in progress! You can't yet submit anything to
|
This gallery is a work in progress! You can publish to it via the
|
||||||
it, and we have no thumbnails either. It will improve over time.
|
sidebar on the creature and mandala pages. We don't have thumbnails
|
||||||
|
yet, though. It will improve over time.
|
||||||
</p>
|
</p>
|
||||||
<button onClick={ctx.refresh} disabled={ctx.isLoading}>
|
<button onClick={ctx.refresh} disabled={ctx.isLoading}>
|
||||||
{ctx.isLoading ? "Loading\u2026" : "Refresh"}
|
{ctx.isLoading ? "Loading\u2026" : "Refresh"}
|
||||||
|
|
Ładowanie…
Reference in New Issue