v0.1.23 — UI: 'CoreX' aus Sichtbarkeit raus (Login, Setup, Sidebar, Report, Page-Title)
This commit is contained in:
parent
c81114f44c
commit
18157d0a2f
6 changed files with 6 additions and 6 deletions
|
|
@ -43,7 +43,7 @@ export default function LoginPage() {
|
|||
<div className="mx-auto mb-4">
|
||||
<Logo size={48} />
|
||||
</div>
|
||||
<CardTitle className="text-2xl">CoreX NexRedirect</CardTitle>
|
||||
<CardTitle className="text-2xl">NexRedirect</CardTitle>
|
||||
<CardDescription>Melde dich mit deinem Admin-Account an</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ export default function SetupPage() {
|
|||
<Logo size={48} />
|
||||
</div>
|
||||
<CardTitle className="text-2xl">Erstes Setup</CardTitle>
|
||||
<CardDescription>Erstelle deinen Admin-Account für CoreX NexRedirect</CardDescription>
|
||||
<CardDescription>Erstelle deinen Admin-Account für NexRedirect</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<form onSubmit={handleSubmit} className="space-y-4">
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import "./globals.css";
|
|||
import { Providers } from "./providers";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "CoreX NexRedirect",
|
||||
title: "NexRedirect",
|
||||
description: "Self-hosted Domain-Redirect-Server mit Analytics",
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -302,7 +302,7 @@ export function ReportClient({ data }: { data: ReportData; logo?: React.ReactNod
|
|||
<div className="cover-spacer" />
|
||||
<div className="kicker">Domain-Redirect-Report</div>
|
||||
<div className="big-title">{s.title}</div>
|
||||
<div className="sub-title">Statistik-Report · CoreX NexRedirect</div>
|
||||
<div className="sub-title">Statistik-Report · NexRedirect</div>
|
||||
<div className="divider" />
|
||||
|
||||
<p className="rep-p">
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ export function Sidebar({ user }: { user: { email: string; role?: string } }) {
|
|||
<Logo size={32} />
|
||||
<div>
|
||||
<p className="text-xs font-semibold tracking-tight text-zinc-100">NexRedirect</p>
|
||||
<p className="text-[10px] text-muted-foreground">CoreX</p>
|
||||
<p className="text-[10px] text-muted-foreground">Redirect-Server</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "corex-nexredirect",
|
||||
"version": "0.1.22",
|
||||
"version": "0.1.23",
|
||||
"license": "MIT",
|
||||
"overrides": {
|
||||
"postcss": "^8.5.13",
|
||||
|
|
|
|||
Loading…
Reference in a new issue