We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a7802 commit 69b4e8aCopy full SHA for 69b4e8a
dashboard.html
@@ -94,16 +94,16 @@
94
</style>
95
</head>
96
<body>
97
-<header class="header">
+<header>
98
<img src="logo.jpg" alt="Logo" class="logo">
99
-<nav>
+ <nav>
100
<a href="notifications.html" class="menu-item active">🌱 Notifications</a>
101
<a href="climate.html" class="menu-item">🌦️ Climate</a>
102
<a href="fields.html" class="menu-item">🌾 Fields</a>
103
<a href="water.html" class="menu-item">💧 Water</a>
104
<a href="reports.html" class="menu-item">📊 Reports</a>
105
<a href="tutorials.html" class="menu-item">🎓 Tutorials</a>
106
-</nav>
+ </nav>
107
</header>
108
<div class="dashboard-container">
109
<div class="card" id="fields-card">
0 commit comments