branding
This commit is contained in:
@@ -256,7 +256,7 @@ export function LoginPage({ redirectUrl = "/_emdash/admin" }: LoginPageProps) {
|
||||
return (
|
||||
<div className="min-h-screen flex items-center justify-center bg-kumo-base p-4">
|
||||
<div className="text-center">
|
||||
<div className="text-4xl font-bold mb-4">💫 EmDash</div>
|
||||
<div className="text-4xl font-bold mb-4">— EmDash</div>
|
||||
<Loader />
|
||||
</div>
|
||||
</div>
|
||||
@@ -268,7 +268,7 @@ export function LoginPage({ redirectUrl = "/_emdash/admin" }: LoginPageProps) {
|
||||
<div className="w-full max-w-md">
|
||||
{/* Header */}
|
||||
<div className="text-center mb-8">
|
||||
<div className="text-4xl font-bold mb-2">💫 EmDash</div>
|
||||
<div className="text-4xl font-bold mb-2">— EmDash</div>
|
||||
<h1 className="text-2xl font-semibold text-kumo-default">
|
||||
{method === "passkey" && "Sign in to your site"}
|
||||
{method === "magic-link" && "Sign in with email"}
|
||||
|
||||
@@ -481,7 +481,7 @@ export function SetupWizard() {
|
||||
<div className="w-full max-w-lg">
|
||||
{/* Header */}
|
||||
<div className="text-center mb-6">
|
||||
<div className="text-4xl font-bold mb-2">💫 EmDash</div>
|
||||
<div className="text-4xl font-bold mb-2">— EmDash</div>
|
||||
<h1 className="text-2xl font-semibold text-kumo-default">
|
||||
{currentStep === "site" && "Set up your site"}
|
||||
{currentStep === "admin" && "Create your account"}
|
||||
|
||||
@@ -347,7 +347,7 @@ export function SidebarNav({ manifest }: SidebarNavProps) {
|
||||
className="emdash-brand-link flex w-full min-w-0 items-center gap-2 px-3 py-1"
|
||||
>
|
||||
<span className="text-base shrink-0" aria-hidden="true">
|
||||
💫
|
||||
—
|
||||
</span>
|
||||
<span className="emdash-brand-text font-semibold truncate">EmDash</span>
|
||||
</Link>
|
||||
|
||||
@@ -388,7 +388,7 @@ export function SignupPage() {
|
||||
<div className="w-full max-w-md">
|
||||
{/* Header */}
|
||||
<div className="text-center mb-8">
|
||||
<div className="text-4xl font-bold mb-2">💫 EmDash</div>
|
||||
<div className="text-4xl font-bold mb-2">— EmDash</div>
|
||||
<h1 className="text-2xl font-semibold text-kumo-default">
|
||||
{step === "email" && "Create an account"}
|
||||
{step === "check-email" && "Check your email"}
|
||||
|
||||
@@ -42,7 +42,7 @@ const cyan = (s: string) => `\x1b[36m${s}\x1b[39m`;
|
||||
function printBanner(_logger: AstroIntegrationLogger): void {
|
||||
const banner = `
|
||||
|
||||
${bold(cyan("E C L I P T I C"))}
|
||||
${bold(cyan("— E M D A S H —"))}
|
||||
`;
|
||||
console.log(banner);
|
||||
}
|
||||
|
||||
@@ -70,7 +70,7 @@ async function main() {
|
||||
|
||||
const monorepoRoot = useRemote ? null : findMonorepoRoot();
|
||||
|
||||
p.intro(`💫 ${pc.bgCyan(pc.black(" create-emdash "))}`);
|
||||
p.intro(`— ${pc.bgCyan(pc.black(" create-emdash "))}`);
|
||||
|
||||
const projectName = await p.text({
|
||||
message: "Project name?",
|
||||
|
||||
Reference in New Issue
Block a user