Skip to content

Commit

Permalink
fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gappa committed Aug 8, 2024
1 parent 7182125 commit be7a69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nette/Diagnostics/Panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function getTab(): string

return '<span title="WebLoader">'
. '<svg viewBox="0 -50 600 600" style="vertical-align: bottom; width:1.23em; height:1.55em"><polygon fill="#1565C0" points="75.089,23.98 58.245,108.778 403.138,108.778 392.289,163.309 47.111,163.309 30.549,248.104 375.445,248.104 356.027,344.887 217.273,390.856 96.789,344.887 105.069,302.921 20.272,302.921 0,404.559 199.286,480.791 428.831,404.559 504.771,23.98"/></svg>'
. Filters::bytes($this->size['combined'])
. (new Filters())->bytes($this->size['combined'])
. '</span>';
}
}

0 comments on commit be7a69d

Please sign in to comment.