Fix sidebar docs on gallery page.

pull/223/head
Atul Varma 2021-08-22 18:32:47 -04:00
rodzic ab3b976746
commit 0c98010e20
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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"}