Add reload to header click
This commit is contained in:
parent
5597502a8c
commit
33cf28d643
1 changed files with 1 additions and 1 deletions
|
|
@ -867,7 +867,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>clarc</h1>
|
||||
<h1 onclick="location.reload()">clarc</h1>
|
||||
<div style="display: flex; align-items: center; gap: 16px;">
|
||||
<button class="settings-btn header-text-btn" id="sessions-filter-btn" onclick="openSessionFilter()" title="Session Filter">
|
||||
<span id="sessions-count-text">0 sessions</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue