Skip to content

Commit

Permalink
Navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
koirikivi committed May 14, 2024
1 parent 738f1b7 commit c1cedc6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bridge_node/bridge/api/monitor/templates/monitor/base.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<nav class="container-fluid">
<a href="deposits">deposits</a> |
<a href="runes">runes</a> |
<a href="users">users</a> |
<a href="multisig">multisig</a>
</nav>

<div class="container-fluid">
{% block content %}{% endblock %}
</div>
Expand Down

0 comments on commit c1cedc6

Please sign in to comment.