mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-07-26 19:48:13 +00:00
Rename application 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/3aad156e-5905-4604-9896-df7f26b1d7a5.jpg
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
|
||||
<title>DynamoDNS - Dynamic DNS Management System</title>
|
||||
<meta name="description" content="A powerful dynamic DNS management system for seamless infrastructure control" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
@@ -113,7 +113,7 @@ export function MobileSidebar({ isOpen, onClose }: MobileSidebarProps) {
|
||||
>
|
||||
<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>
|
||||
<button
|
||||
onClick={onClose}
|
||||
|
||||
@@ -103,7 +103,7 @@ export function Sidebar() {
|
||||
>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user