Skip to content

Commit

Permalink
fix: smaller changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Nov 29, 2023
1 parent d06a35f commit 0754fe6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .changeset/tricky-dragons-explain.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
'astro': patch
---

Small polish to the dev overlay:
- Links inside the Astro panel now open in a new tab
- The "Copy debug info" button will now reset back to its original state after 3.5 seconds without needing to toggle off the plugin
Fixes a number of small user experience bugs with the dev overlay
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default {
const noAuditIcon = getIconElement('check-circle');
const text = document.createElement('div');
text.textContent = 'No issues found!';
text.role = 'alert';

if (noAuditIcon) {
noAuditIcon.style.width = '24px';
Expand Down

0 comments on commit 0754fe6

Please sign in to comment.