We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7eddbb commit 2bf9851Copy full SHA for 2bf9851
layouts/partials/header.html
@@ -2,9 +2,8 @@
2
<nav class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
3
<div class="flex items-center justify-between h-16">
4
<!-- Logo / Team Name -->
5
- <a href="/" class="flex items-center space-x-2 group">
6
- <span class="text-xl font-extrabold text-rally-600 group-hover:text-rally-700 transition-colors">RED ALERT</span>
7
- <span class="text-sm font-medium text-gray-400">1741</span>
+ <a href="/" class="flex items-center group">
+ <img src="/images/logo.png" alt="Red Alert Robotics" class="h-8 w-auto">
8
</a>
9
10
<!-- Desktop Navigation -->
static/images/logo.png
29.9 KB
0 commit comments