mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
chore(website): reimplement download button
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { useLocation } from 'preact-iso';
|
||||
import DownloadButton from './DownloadButton';
|
||||
|
||||
export function Header() {
|
||||
const { url } = useLocation();
|
||||
@@ -16,6 +17,8 @@ export function Header() {
|
||||
404
|
||||
</a>
|
||||
</nav>
|
||||
|
||||
<DownloadButton />
|
||||
</div>
|
||||
</header>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user