Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit b21e82e

Browse files
committed
fix(noraneko): Fix setting page link & strings
1 parent fb6d226 commit b21e82e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/apps/settings/src/app/about/noraneko.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ export default function Page() {
5858
})}
5959
</p>
6060
</div>
61-
<p>Noraneko is a browser as testhead of Floorp 12.</p>
61+
<p>
62+
Noraneko is a browser as testhead of Floorp 12. Floorp is based on
63+
Firefox & Noraneko.
64+
</p>
6265
<p>Made by Noraneko Community with ❤</p>
6366
</CardContent>
6467
<CardFooter>
@@ -103,13 +106,13 @@ export default function Page() {
103106
</Button>
104107
<Button asChild className="w-full">
105108
<a
106-
href="https://github.com/nyanrus/noraneko"
109+
href="https://github.com/Floorp-Projects/Floorp"
107110
target="_blank"
108111
className="flex items-center gap-2"
109112
rel="noreferrer"
110113
>
111114
<SiGithub className="size-4" />
112-
GitHub Repository: nyanrus/noraneko
115+
GitHub Repository: Floorp-Projects/Floorp
113116
<ExternalLink className="size-4" />
114117
</a>
115118
</Button>

0 commit comments

Comments
 (0)