Skip to content

Add Dev Proxy icon to navigation bar#34

Merged
waldekmastykarz merged 1 commit intomainfrom
copilot/add-icon-to-nav-bar
Feb 16, 2026
Merged

Add Dev Proxy icon to navigation bar#34
waldekmastykarz merged 1 commit intomainfrom
copilot/add-icon-to-nav-bar

Conversation

Copy link
Contributor

Copilot AI commented Feb 16, 2026

Adds the official Dev Proxy icon from the dotnet/dev-proxy media directory to the site navigation.

Changes

  • Added public/icon.svg - official icon from upstream repository
  • Modified src/layouts/Layout.astro - brand link now displays icon alongside text using flexbox layout with gap-2 spacing and w-6 h-6 sizing
<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>

Screenshots

Desktop
Desktop navigation with icon

Mobile
Mobile navigation with icon

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/dotnet/dev-proxy/contents/media
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)
  • telemetry.astro.build
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/.npm/_npx/aa98e6899c6baff3/node_modules/.bin/astro dev --host 0.0.0.0 (dns block)
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/.npm/_npx/aa98e6899c6baff3/node_modules/.bin/astro build (dns block)
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/dev-proxy-tools.github.io/dev-proxy-tools.github.io/node_modules/.bin/astro build s.github.io/dev-proxy-tools.github.io (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Add icon to nav bar</issue_title>
<issue_description></issue_description>

<agent_instructions>Get icon from https://github.com/dotnet/dev-proxy/tree/main/media</agent_instructions>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Add icon to navigation bar Add Dev Proxy icon to navigation bar Feb 16, 2026
Co-authored-by: waldekmastykarz <11164679+waldekmastykarz@users.noreply.github.com>
@waldekmastykarz waldekmastykarz force-pushed the copilot/add-icon-to-nav-bar branch from 412f0ee to 5c5f289 Compare February 16, 2026 08:40
@waldekmastykarz waldekmastykarz marked this pull request as ready for review February 16, 2026 08:40
@waldekmastykarz waldekmastykarz merged commit fcce6db into main Feb 16, 2026
1 check passed
@waldekmastykarz waldekmastykarz deleted the copilot/add-icon-to-nav-bar branch February 16, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add icon to nav bar

2 participants