Skip to content

Conversation

Copy link
Contributor

Copilot AI commented May 23, 2025

  • Identify the issue: The Pulumi IDP menu item is missing its custom puzzle piece icon in navigation dropdowns
  • Find the custom puzzle icon: Located at /static/icons/puzzle.svg
  • Determine the current implementation: The menu item is using a Font Awesome puzzle icon instead of the custom SVG
  • Analyze how other menu items are using custom SVG icons for consistency
  • Replace the Font Awesome puzzle icon with the custom SVG icon in the desktop navigation
  • Replace the Font Awesome puzzle icon with the custom SVG icon in the mobile navigation

Changes:

  1. In desktop navigation:

    • Replaced <i class="fas fa-puzzle-piece fa-fw"></i> with <span class="mr-2"><img src="/icons/puzzle.svg" class="inline opacity-90" /></span>
  2. In mobile navigation:

    • Replaced <i class="fas fa-puzzle-piece fa-fw"></i> with <span class="ml-1.5 mr-1.5"><img src="/icons/puzzle.svg" class="inline opacity-90 h-5" /></span>

These changes follow the same pattern used for other custom SVG icons in the navigation menus.

Fixes #15134.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@pulumi-bot
Copy link
Collaborator

@kmosher
Copy link
Contributor

kmosher commented May 28, 2025

Can you try running again?

@thoward
Copy link
Contributor

thoward commented Aug 5, 2025

Closing, as #15173 obviates this.

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.

Missing IDP icon in navigation

5 participants