Skip to content

Commit

Permalink
chore: add favicon (#655)
Browse files Browse the repository at this point in the history
* chore: add favicon

SVG already exists, just a matter of including it in the `<header>`.

* Update src/main/resources/templates/lib/template.ftlh

Co-authored-by: Bert Roos <[email protected]>

---------

Co-authored-by: Bert Roos <[email protected]>
  • Loading branch information
jeremysprofile and Bert-R authored Jul 8, 2024
1 parent e66ded2 commit 3701396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/templates/lib/template.ftlh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<link type="text/css" rel="stylesheet" href="<@spring.url '/css/bootstrap.min.css'/>"/>
<link type="text/css" rel="stylesheet" href="<@spring.url '/css/font-awesome.min.css'/>"/>
<link type="text/css" rel="stylesheet" href="<@spring.url '/css/global.css'/>"/>
<link type="image/svg+xml" rel="icon" href="<@spring.url '/images/kafdrop-logo.svg'/>">

<script src="<@spring.url '/js/jquery-3.5.1.slim.min.js'/>"></script>
<script src="<@spring.url '/js/bootstrap.bundle.min.js'/>"></script>
Expand Down

0 comments on commit 3701396

Please sign in to comment.