Skip to content

Commit fcce6db

Browse files
Add Dev Proxy icon to navigation bar (#34)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: waldekmastykarz <11164679+waldekmastykarz@users.noreply.github.com>
1 parent ca54b83 commit fcce6db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

public/icon.svg

Lines changed: 2 additions & 0 deletions
Loading

src/layouts/Layout.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ const ogImage = image ? new URL(image, Astro.site ?? 'https://devproxy.net').hre
4848
<body class="min-h-screen flex flex-col">
4949
<nav class="border-b sticky top-0 z-50 backdrop-blur-sm" style="border-color: var(--border-primary); background: var(--bg-nav);">
5050
<div class="max-w-6xl mx-auto px-4 h-16 flex items-center justify-between">
51-
<a href={`${import.meta.env.BASE_URL}`} class="text-xl font-bold hover:text-purple-400 transition-colors">
51+
<a href={`${import.meta.env.BASE_URL}`} class="flex items-center gap-2 text-xl font-bold hover:text-purple-400 transition-colors">
52+
<img src={`${import.meta.env.BASE_URL}icon.svg`} alt="Dev Proxy" class="w-6 h-6" />
5253
Dev Proxy
5354
</a>
5455

0 commit comments

Comments
 (0)