Skip to content

Commit 2bf9851

Browse files
committed
Use logo on the header
1 parent d7eddbb commit 2bf9851

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

layouts/partials/header.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<nav class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
33
<div class="flex items-center justify-between h-16">
44
<!-- 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>
5+
<a href="/" class="flex items-center group">
6+
<img src="/images/logo.png" alt="Red Alert Robotics" class="h-8 w-auto">
87
</a>
98

109
<!-- Desktop Navigation -->

static/images/logo.png

29.9 KB
Loading

0 commit comments

Comments
 (0)