UI: Rename to just 'Dashboard' and clean up header logo
This commit is contained in:
parent
c14cd60a32
commit
ee1c5bc5a4
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Daily Briefing | Live</title>
|
<title>Daily Dashboard | Live</title>
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
<script>
|
<script>
|
||||||
tailwind.config = {
|
tailwind.config = {
|
||||||
|
|
@ -103,10 +103,10 @@
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<div class="flex items-center space-x-4">
|
<div class="flex items-center space-x-4">
|
||||||
<div class="w-10 h-10 bg-gradient-to-br from-blue-500 to-purple-600 rounded-xl flex items-center justify-center text-xl">
|
<div class="w-10 h-10 bg-gradient-to-br from-blue-500 to-purple-600 rounded-xl flex items-center justify-center text-xl">
|
||||||
Briefing
|
Dashboard
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-xl font-bold text-white">Sam's Dashboard</h1>
|
<h1 class="text-xl font-bold text-white">Dashboard</h1>
|
||||||
<div class="flex items-center space-x-3 text-xs">
|
<div class="flex items-center space-x-3 text-xs">
|
||||||
<span class="live-indicator">LIVE</span>
|
<span class="live-indicator">LIVE</span>
|
||||||
<span id="connection-status" class="text-green-400">●</span>
|
<span id="connection-status" class="text-green-400">●</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue