Skip to content

Commit

Permalink
docs: fix link to logo in readme; add support shield (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk authored May 14, 2024
1 parent 25eb86e commit 23ebc91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<div align="center">
<img alt="logo" src="https://github.com/buggregator/trap/assets/4152481/c53e7107-e1c5-48b9-9789-4a6bce9b903b" style="width: 3in" />
<img alt="logo"
src="https://github.com/buggregator/trap/blob/master/resources/payloads/logo.png?raw=true"
style="width: 3in"
/>
<div>Revolutionize Your Debugging Experience with PHP</div>
</div>
<h1 align="center">Buggregator Trap</h1>
Expand All @@ -8,6 +11,7 @@

[![Twitter](https://img.shields.io/badge/-Follow-black?style=flat-square&logo=X)](https://twitter.com/buggregator)
[![Discord](https://img.shields.io/discord/1172942458598985738?style=flat-square&logo=discord&color=0000ff)](https://discord.gg/qF3HpXhMEP)
[![Support](https://img.shields.io/static/v1?style=flat-square&label=Support&message=%E2%9D%A4&logo=GitHub&color=%23fe0086)](https://patreon.com/roxblnfk)

</div>

Expand Down
Binary file removed resources/payloads/90275024.png
Binary file not shown.
Binary file added resources/payloads/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Command/Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected function execute(
$this->sendContent('sentry-store-2.http'); // Sentry Store full
$this->sendContent('sentry-envelope.http'); // Sentry envelope
\usleep(100_000);
$this->sendContent('90275024.png');
$this->sendContent('logo.png');


return Command::SUCCESS;
Expand Down

0 comments on commit 23ebc91

Please sign in to comment.