Add icon
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark" style="z-index: 1;">
|
||||
<div class="container-fluid">
|
||||
<a title="Snips" class="navbar-brand" href="{{ path('home') }}">SNIPS</a>
|
||||
<a title="Snips" class="navbar-brand" href="{{ path('home') }}">
|
||||
<img src="/snips.png" width="30" height="30" class="d-inline-block align-top rounded" alt="">
|
||||
SNIPS
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar"
|
||||
aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
Reference in New Issue
Block a user