Skip to content

Commit

Permalink
Change HSP-logo to Bekk
Browse files Browse the repository at this point in the history
  • Loading branch information
emillub committed Jan 15, 2025
1 parent 561ed68 commit c3865ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added images/bekk.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 server/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def validate_fields(data):
class PDF(FPDF):
def header(self):
self.image("images/abakus.png", 10, 18, 33)
self.image("images/netcompany.png", 160, 11, 40)
self.image("images/bekk.png", 160, 18, 30)
self.set_font("Arial", "B", 15)
self.ln(20)

Expand Down

0 comments on commit c3865ec

Please sign in to comment.