Update gallery descriptive text.
rodzic
6bfd84add6
commit
c98f121c61
|
@ -34,9 +34,8 @@ 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 publish to it via the
|
You can publish to this gallery via the sidebar on other pages of this
|
||||||
sidebar on the creature and mandala pages. We don't have thumbnails
|
site.
|
||||||
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