Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions public/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const ogImage = image ? new URL(image, Astro.site ?? 'https://devproxy.net').hre
<body class="min-h-screen flex flex-col">
<nav class="border-b sticky top-0 z-50 backdrop-blur-sm" style="border-color: var(--border-primary); background: var(--bg-nav);">
<div class="max-w-6xl mx-auto px-4 h-16 flex items-center justify-between">
<a href={`${import.meta.env.BASE_URL}`} class="text-xl font-bold hover:text-purple-400 transition-colors">
<a href={`${import.meta.env.BASE_URL}`} class="flex items-center gap-2 text-xl font-bold hover:text-purple-400 transition-colors">
<img src={`${import.meta.env.BASE_URL}icon.svg`} alt="Dev Proxy" class="w-6 h-6" />
Dev Proxy
</a>

Expand Down