diff options
author | 2024-12-02 01:47:05 -0800 | |
---|---|---|
committer | 2024-12-02 10:47:05 +0100 | |
commit | dbef5ee03b61d630b46696cfd04c08fcd5b702ce (patch) | |
tree | 4b75676ae5e86a6224d1afaee135475531489ac0 /web | |
parent | [chore]: Bump github.com/minio/minio-go/v7 from 7.0.80 to 7.0.81 (#3590) (diff) | |
download | gotosocial-dbef5ee03b61d630b46696cfd04c08fcd5b702ce.tar.xz |
[chore] Replace Semaphore recommendation with Pinafore. (#3586)
Neither Semaphore nor Pinafore are under active development, but
Semaphore has archived its repository while Pinafore still gets
occasional minor maintenance.
Enafore has newer features, but it has accessibility bugs affecting
screen readers that prevent it from being recommended at this time.
Diffstat (limited to 'web')
-rw-r--r-- | web/template/index_apps.tmpl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/web/template/index_apps.tmpl b/web/template/index_apps.tmpl index 19a474692..480a12f0b 100644 --- a/web/template/index_apps.tmpl +++ b/web/template/index_apps.tmpl @@ -29,27 +29,27 @@ <ul class="applist nodot" role="group"> <li class="applist-entry"> <div class="applist-text"> - <p><strong>Semaphore</strong> is a web client designed for speed and simplicity.</p> + <p><strong>Pinafore</strong> is a web client designed for speed and simplicity.</p> <a - href="https://semaphore.social/" + href="https://pinafore.social/" rel="nofollow noreferrer noopener" target="_blank" > - Use Semaphore + Use Pinafore </a> </div> <svg role="img" - aria-labelledby="semaphore-title semaphore-desc" + aria-labelledby="pinafore-title pinafore-desc" class="applist-logo redraw" xmlns="http://www.w3.org/2000/svg" - viewBox="0 0 146 120" + viewBox="0 0 10000 10000" width="100" height="100" > - <title id="semaphore-title">The Semaphore logo</title> - <desc id="semaphore-desc">A waving flag</desc> - <path d="M68.13 0C53.94 0 42.81 20 13.9 27.1l-2.23-5.29a6.5 6.5 0 0 0-5.17-10.4 6.5 6.5 0 0 0-.81 12.95L46.2 120l5.99-2.5-14.42-33.33c22.8-6.86 32.51-22.16 49.83-20.58 9.9.9 4.87 19.56 8.11 17.93 16.22-8.15 32.44-11.41 50.29-11.41-7.96-9.78-17.38-20.55-22.71-31.74L120.8 32c-2.32-7.33-2.56-14.75.87-22.22-9.74-3.26-21.1 0-32.45 4.9C82.2 9.77 79.5 0 68.13 0zM15.26 30.42c8.95 6.63 13.63 13.86 16.07 20.94l1.62 6.32c1.24 6.58 1.07 12.8 1.27 18.03z"></path> + <title id="pinafore-title">The Pinafore logo</title> + <desc id="pinafore-desc">A sailboat</desc> + <path d="M9212 5993H5987V823c1053 667 2747 2177 3225 5170zM3100 2690A12240 12240 0 01939 6035h2161zm676 7210h2448a3067 3067 0 003067-3067H5052V627a527 527 0 00-1052 0v6206H709a3067 3067 0 003067 3067z"></path> </svg> </li> <li class="applist-entry"> @@ -115,4 +115,4 @@ </ul> </div> </section> -{{- end }}
\ No newline at end of file +{{- end }} |