mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-26 03:28:38 +02:00
change app name
This commit is contained in:
3
src/views/relays/cache/index.tsx
vendored
3
src/views/relays/cache/index.tsx
vendored
@@ -106,11 +106,12 @@ function NostrRelayTray() {
|
||||
};
|
||||
|
||||
const githubUrl = navigator.userAgent.includes("Android") ? "https://github.com/greenart7c3/Citrine" : "https://github.com/CodyTseng/nostr-relay-tray"
|
||||
const appName = navigator.userAgent.includes("Android") ? "Citrine" : "Nostr Relay Tray"
|
||||
|
||||
return (
|
||||
<Card borderColor={enabled ? "primary.500" : undefined} variant="outline">
|
||||
<CardHeader p="4" display="flex" gap="2" alignItems="center">
|
||||
<Heading size="md">Nostr Relay Tray</Heading>
|
||||
<Heading size="md">{appName}</Heading>
|
||||
<Link color="blue.500" href={`${githubUrl}`} isExternal>
|
||||
GitHub
|
||||
</Link>
|
||||
|
Reference in New Issue
Block a user