fix: reflect new github org in webui

This commit is contained in:
CommunityMaintained 2026-06-14 13:45:17 -05:00
parent 1dc2af9c3a
commit 2b8faeb29f
6 changed files with 7 additions and 8 deletions

View file

@ -3,7 +3,7 @@ name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: '[Triage] <your title here> ' title: '[Triage] <your title here> '
labels: triage labels: triage
assignees: kieraneglin assignees: CommunityMaintained
--- ---
**Describe the bug** **Describe the bug**

View file

@ -3,7 +3,7 @@ name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
title: '[FR] <your title here>' title: '[FR] <your title here>'
labels: feature request labels: feature request
assignees: kieraneglin assignees: CommunityMaintained
--- ---
**Is your feature request related to a problem? Please describe.** **Is your feature request related to a problem? Please describe.**

View file

@ -3,5 +3,5 @@ name: Other
about: For everything else about: For everything else
title: '' title: ''
labels: '' labels: ''
assignees: kieraneglin assignees: CommunityMaintained
--- ---

View file

@ -64,7 +64,7 @@ jobs:
manifest-file: .release-please-manifest.json manifest-file: .release-please-manifest.json
# After a release is published: update mix.exs to "semver (calver)" so the # After a release is published: update mix.exs to "semver (calver)" so the
# running app displays both (e.g. "1.0.0 (2026-06-14)"). # running app displays both (e.g. "1.0.0 (2026.06.14)").
# Mix will warn that this isn't strict semver, which is fine for a Docker app. # Mix will warn that this isn't strict semver, which is fine for a Docker app.
update-mix-version: update-mix-version:
name: Update mix.exs version string name: Update mix.exs version string

View file

@ -49,8 +49,7 @@
href="https://github.com/kieraneglin/pinchflat/wiki" href="https://github.com/kieraneglin/pinchflat/wiki"
icon_class="scale-110" icon_class="scale-110"
/> />
<.sidebar_item icon="si-github" text="Github" target="_blank" href="https://github.com/kieraneglin/pinchflat" /> <.sidebar_item icon="si-github" text="Github" target="_blank" href="https://github.com/CommunityMaintained/pinchflat" />
<.sidebar_item icon="si-discord" text="Discord" target="_blank" href="https://discord.gg/j7T6dCuwU4" />
<li> <li>
<span <span
class={[ class={[
@ -71,7 +70,7 @@
> >
<span>Pinchflat {Application.spec(:pinchflat)[:vsn]}</span> <span>Pinchflat {Application.spec(:pinchflat)[:vsn]}</span>
<a <a
href="https://github.com/kieraneglin/pinchflat/releases" href="https://github.com/CommunityMaintained/pinchflat/releases"
target="_blank" target="_blank"
class="bg-meta-2 text-boxdark px-1.5 rounded-full text-xs" class="bg-meta-2 text-boxdark px-1.5 rounded-full text-xs"
x-cloak x-cloak

View file

@ -2,7 +2,7 @@
<h2 class="text-title-md2 font-bold text-white">Internal Server Error</h2> <h2 class="text-title-md2 font-bold text-white">Internal Server Error</h2>
<p class="text-body-md text-white mt-2"> <p class="text-body-md text-white mt-2">
This shouldn't happen! Please make a This shouldn't happen! Please make a
<.inline_link href="https://github.com/kieraneglin/pinchflat/issues/new/choose">GitHub issue</.inline_link> <.inline_link href="https://github.com/CommunityMaintained/pinchflat/issues/new/choose">GitHub issue</.inline_link>
with the following information: with the following information:
</p> </p>