Publish static site bundles to Garage
All checks were successful
Publish static bundles / publish (push) Successful in 2m43s
All checks were successful
Publish static bundles / publish (push) Successful in 2m43s
This commit is contained in:
parent
713a45130e
commit
8b416dfba1
2 changed files with 58 additions and 98 deletions
|
|
@ -55,7 +55,7 @@ const adminConfig = {
|
|||
|
||||
<div class="admin-app">
|
||||
<aside class="admin-sidebar" aria-label="Admin navigation">
|
||||
<a class="admin-brand" href="/" aria-label="FamilyFed.ie home">
|
||||
<a class="admin-brand" href="https://familyfed.ie/" aria-label="FamilyFed.ie home">
|
||||
<span class="admin-brand-mark">
|
||||
<img src={familyFedIconUrl} alt="" />
|
||||
</span>
|
||||
|
|
@ -144,7 +144,7 @@ const adminConfig = {
|
|||
<span class={`admin-status-pill ${configuredServices === 2 ? "is-ready" : "is-warning"}`}>
|
||||
{configuredServices === 2 ? "Services ready" : `${configuredServices}/2 services ready`}
|
||||
</span>
|
||||
<a class="admin-link-button" href="/" target="_blank" rel="noreferrer">
|
||||
<a class="admin-link-button" href="https://familyfed.ie/" target="_blank" rel="noreferrer">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" aria-hidden="true">
|
||||
<path d="M14 5h5v5M19 5l-8 8"></path>
|
||||
<path d="M19 13v6H5V5h6"></path>
|
||||
|
|
@ -180,7 +180,7 @@ const adminConfig = {
|
|||
</svg>
|
||||
Add speech
|
||||
</button>
|
||||
<a class="admin-link-button" href="/" target="_blank" rel="noreferrer">Open public site</a>
|
||||
<a class="admin-link-button" href="https://familyfed.ie/" target="_blank" rel="noreferrer">Open public site</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
@ -309,7 +309,7 @@ const adminConfig = {
|
|||
<p>Fill in the event details. The repository-ready snippet updates automatically as you type.</p>
|
||||
</div>
|
||||
<div class="admin-section-actions">
|
||||
<a class="admin-link-button" href="/events" target="_blank" rel="noreferrer">View public calendar</a>
|
||||
<a class="admin-link-button" href="https://familyfed.ie/events" target="_blank" rel="noreferrer">View public calendar</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
|
@ -417,7 +417,7 @@ const adminConfig = {
|
|||
<p>Search the archive, open an existing speech, or generate a new Markdown file.</p>
|
||||
</div>
|
||||
<div class="admin-section-actions">
|
||||
<a class="admin-link-button" href="/speeches" target="_blank" rel="noreferrer">View speech archive</a>
|
||||
<a class="admin-link-button" href="https://familyfed.ie/speeches" target="_blank" rel="noreferrer">View speech archive</a>
|
||||
<button class="admin-button admin-button-primary" type="button" data-add-speech>
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" aria-hidden="true">
|
||||
<path d="M12 5v14M5 12h14"></path>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue