chore: rename

This commit is contained in:
2024-02-01 09:15:25 +07:00
parent 60ed56b1b9
commit 0191180f31
8 changed files with 19 additions and 19 deletions

View File

@@ -98,7 +98,7 @@ export function ErrorScreen() {
3. Report this issue to Lume
</div>
<a
href="https://github.com/luminous-devs/lume/issues/new"
href="https://github.com/lumehq/lume/issues/new"
target="_blank"
rel="noreferrer"
className="inline-flex h-9 w-28 items-center justify-center rounded-lg bg-blue-800 px-3 font-medium text-white hover:bg-blue-900"

View File

@@ -64,7 +64,7 @@ export function AboutScreen() {
Website
</Link>
<Link
to="https://github.com/luminous-devs/lume/issues"
to="https://github.com/lumehq/lume/issues"
className="inline-flex h-9 w-full items-center justify-center rounded-lg bg-neutral-100 text-sm font-medium hover:bg-neutral-200 dark:bg-neutral-900 dark:hover:bg-neutral-800"
>
Report a issue

View File

@@ -44,7 +44,7 @@ import { Seo } from "astro-seo-meta";
<p>
Lume is a <b>Nostr client</b> for desktop include Linux, Windows and
macOS. It is free and open source, you can look at source code <a
href="https://github.com/luminous-devs/lume"
href="https://github.com/lumehq/lume"
target="_blank">on Github</a
>. Lume is actively improving the app and adding new features, you
can expect new update every month.
@@ -102,37 +102,37 @@ import { Seo } from "astro-seo-meta";
<h3 id="download">Download and Explore</h3>
<p>
(Universal) macOS: <a
href="https://github.com/luminous-devs/lume/releases/download/v3.0.0/Lume_3.0.0_universal.dmg"
href="https://github.com/lumehq/lume/releases/download/v3.0.0/Lume_3.0.0_universal.dmg"
>Lume_3.0.0_universal.dmg
</a>
</p>
<p>
(x86-64) Windows 11: <a
href="https://github.com/luminous-devs/lume/releases/download/v3.0.0/Lume_3.0.0_x64-setup.exe"
href="https://github.com/lumehq/lume/releases/download/v3.0.0/Lume_3.0.0_x64-setup.exe"
>Lume_3.0.0_x64-setup.exe
</a>
</p>
<p>
(x86-64) Ubuntu: <a
href="https://github.com/luminous-devs/lume/releases/download/v3.0.0/lume_3.0.0_amd64.deb"
href="https://github.com/lumehq/lume/releases/download/v3.0.0/lume_3.0.0_amd64.deb"
>lume_3.0.0_amd64.deb
</a>
</p>
<p>
(x86-64) Fedora: <a
href="https://github.com/luminous-devs/lume/releases/download/v3.0.0/lume-3.0.0-1.x86_64.rpm"
href="https://github.com/lumehq/lume/releases/download/v3.0.0/lume-3.0.0-1.x86_64.rpm"
>lume-3.0.0-1.x86_64.rpm
</a>
</p>
<p>
(x86-64) Linux Flatpak: <a
href="https://github.com/luminous-devs/lume/releases/download/v3.0.0/lume_3.0.0_amd64.flatpak"
href="https://github.com/lumehq/lume/releases/download/v3.0.0/lume_3.0.0_amd64.flatpak"
>lume_3.0.0_amd64.flatpak
</a>
</p>
<p>
(x86-64) Linux AppImage: <a
href="https://github.com/luminous-devs/lume/releases/download/v3.0.0/lume_3.0.0_amd64.AppImage"
href="https://github.com/lumehq/lume/releases/download/v3.0.0/lume_3.0.0_amd64.AppImage"
>lume_3.0.0_amd64.AppImage
</a>
</p>