Skip to content

Commit

Permalink
Merge pull request #52 from heroesofcode/structure/remove-url-github-…
Browse files Browse the repository at this point in the history
…header

Remove url GitHub header and update example image
  • Loading branch information
joaolfp authored Nov 8, 2024
2 parents f7af5f5 + ad84061 commit a2c2144
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified assets/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/add_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ pub struct AddBlock;

impl AddBlock {
pub fn add_info_text() -> Paragraph<'static> {
let text = "🌐 🛢️ Command Line Tools to check for SQL Injection vulnerability.\n\
👨‍💻 https://github.com/heroesofcode/inject-sql";
let text = "🌐 🛢️ Command Line Tools to check for SQL Injection vulnerability.";

let info_text = Paragraph::new(text)
.block(Block::default().borders(Borders::ALL))
Expand Down

0 comments on commit a2c2144

Please sign in to comment.