+
{s.hubLogo ? 'Preview' : 'Logo'}
+ {#if s.hubLogo}
+
+
+ This is how your project card will look on the Hub.
+
+
+
+
+

+
+
+
+ {s.hubName.trim() || 'Project name'}
+
+
+ {s.hubSummary.trim() || s.hubName.trim() || 'Short one-liner shown on the Hub card'}
+
+
+
+
+
+
+
+
+ {:else}
+ {#if s.hubLogo === null}
+
+
+ The project's current logo will be removed when you publish.
+
+
+
+ {:else if s.hubHasRemoteLogo}
+
+
+ This project already has a custom logo on the Hub.
+
+
+
+ {/if}
+
+ {/if}
+
+ {#if s.hubLogo === undefined}
+
+ Optional. Shown on the Hub project card and page. Leaving it empty keeps the
+ project's current logo.
+
+ {/if}
+