mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-07-26 11:38:13 +00:00
Update application name to DynamoDNS
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/7a5b96f8-9042-44cf-bea7-814540e9a60d.jpg
This commit is contained in:
@@ -183,13 +183,13 @@ export default function ApiTokensPage() {
|
||||
return (
|
||||
<MainLayout
|
||||
title="API Tokens"
|
||||
description="Manage API tokens for programmatic access to DynamiDNS."
|
||||
description="Manage API tokens for programmatic access to DynamoDNS."
|
||||
>
|
||||
<div className="mb-6 flex justify-between items-center">
|
||||
<div className="space-y-1">
|
||||
<h2 className="text-xl font-semibold">Your API Tokens</h2>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Create and manage API tokens for secure access to the DynamiDNS API.
|
||||
Create and manage API tokens for secure access to the DynamoDNS API.
|
||||
</p>
|
||||
</div>
|
||||
<Button onClick={() => setIsAddTokenDialogOpen(true)}>
|
||||
@@ -303,7 +303,7 @@ export default function ApiTokensPage() {
|
||||
<DialogHeader>
|
||||
<DialogTitle>Create API Token</DialogTitle>
|
||||
<DialogDescription>
|
||||
Generate a new API token for programmatic access to the DynamiDNS API.
|
||||
Generate a new API token for programmatic access to the DynamoDNS API.
|
||||
</DialogDescription>
|
||||
</DialogHeader>
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ export default function AuthPage() {
|
||||
>
|
||||
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
|
||||
</svg>
|
||||
<span className="font-semibold text-xl">DynamiDNS</span>
|
||||
<span className="font-semibold text-xl">DynamoDNS</span>
|
||||
</div>
|
||||
<CardTitle className="text-2xl">Welcome</CardTitle>
|
||||
<CardDescription>
|
||||
|
||||
Reference in New Issue
Block a user