Skip to content

Fixes#28

Merged
thirstyape merged 1 commit intomasterfrom
27-fix-icon-font-and-home-page-links
Feb 26, 2026
Merged

Fixes#28
thirstyape merged 1 commit intomasterfrom
27-fix-icon-font-and-home-page-links

Conversation

@thirstyape
Copy link
Contributor

No description provided.

@thirstyape thirstyape self-assigned this Feb 26, 2026
Copilot AI review requested due to automatic review settings February 26, 2026 19:59
@thirstyape thirstyape linked an issue Feb 26, 2026 that may be closed by this pull request
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR contains fixes for GitHub Pages deployment compatibility, specifically addressing font loading and navigation routing issues.

Changes:

  • Added Material Icons font-face declaration with relative paths for GitHub Pages deployment
  • Updated example navigation URLs to use relative paths (removed leading slashes) for consistency with existing navigation patterns

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Blazor-ApexTree-Demo/wwwroot/css/app.css Added @font-face declaration for Material Icons font with relative paths to ensure fonts load correctly on GitHub Pages, plus corresponding .material-icons class styling
Blazor-ApexTree-Demo/Pages/Home.razor.cs Removed leading slashes from example URLs to use relative paths, aligning with the navigation convention used in NavMenu.razor

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@thirstyape thirstyape merged commit 5c7356a into master Feb 26, 2026
9 checks passed
@thirstyape thirstyape deleted the 27-fix-icon-font-and-home-page-links branch February 26, 2026 20:02
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.

Fix icon font and home page links

2 participants