Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions internal/web/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mnemonic</title>
<title>mnemonic</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.9.0/d3.min.js"></script>
<style>
Expand Down Expand Up @@ -1227,7 +1227,7 @@
<div id="app">
<!-- Nav -->
<nav class="nav">
<div class="nav-brand"><span>&#9670;</span> Mnemonic <a id="navVersion" href="https://github.com/AppSprout-dev/mnemonic/releases" target="_blank" rel="noopener" style="font-size:0.7rem;color:var(--text-dim);font-weight:400;text-decoration:none" title="View changelog"></a><span id="navUpdateBadge" class="update-badge" style="display:none" onclick="triggerUpdate()" title="Click to update"></span><a id="navChangelogLink" class="update-changelog" style="display:none" target="_blank" rel="noopener">What's new?</a></div>
<div class="nav-brand"><img src="/logo.png" alt="mnemonic" style="height:22px;width:22px;vertical-align:middle;margin-right:6px"> mnemonic <a id="navVersion" href="https://github.com/AppSprout-dev/mnemonic/releases" target="_blank" rel="noopener" style="font-size:0.7rem;color:var(--text-dim);font-weight:400;text-decoration:none" title="View changelog"></a><span id="navUpdateBadge" class="update-badge" style="display:none" onclick="triggerUpdate()" title="Click to update"></span><a id="navChangelogLink" class="update-changelog" style="display:none" target="_blank" rel="noopener">What's new?</a></div>
<div class="nav-tabs">
<button class="nav-tab active" data-view="recall" onclick="switchView('recall')">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>
Expand Down
Binary file added internal/web/static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.