Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 16, 2025

Corrects invalid CSS property outine to outline in Hero component stylesheet.

Changes:

  • Fixed typo in src/pages/_/Hero/index.astro line 90
- outine: 0;
+ outline: 0;

The invalid property was silently ignored by browsers, resulting in the <hr> element potentially showing default outline styling on focus.


💡 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.

Copilot AI changed the title [WIP] WIP address feedback on dependency upgrade PR Fix CSS property typo in Hero component Nov 16, 2025
Copilot AI requested a review from tanhauhau November 16, 2025 14:14
Copilot finished work on behalf of tanhauhau November 16, 2025 14:14
@tanhauhau tanhauhau marked this pull request as ready for review November 16, 2025 14:18
@tanhauhau tanhauhau merged commit 6cb3cad into tanhauhau/upgrade-dependencies Nov 16, 2025
@tanhauhau tanhauhau deleted the copilot/sub-pr-298 branch November 16, 2025 14:18
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.

2 participants