Skip to content

Commit

Permalink
fix header bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 29, 2025
1 parent 3258917 commit 2b30d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nostrwatch/gui",
"description": "",
"version": "0.6.40",
"version": "0.6.41",
"license": "MIT",
"keywords": [
"svelte",
Expand Down
3 changes: 1 addition & 2 deletions apps/gui/src/lib/components/layout/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$: loadedEnough = hasBeenBoostrapped() || $totalMonitors > 1
</script>

<header id="site-header" class="relative">
<header id="site-header">
{#if (loadedEnough || !$doBootstrap) && !$unsupported}
<h1>nostr.watch</h1>
<nav>
Expand All @@ -29,7 +29,6 @@
</search>
</div>
{/if}

</header>

<style>
Expand Down

0 comments on commit 2b30d48

Please sign in to comment.