diff --git a/src/lib/components/button/account.svelte b/src/lib/components/button/account.svelte
index a4cda0ed..fe624183 100644
--- a/src/lib/components/button/account.svelte
+++ b/src/lib/components/button/account.svelte
@@ -1,6 +1,5 @@
@@ -23,15 +18,15 @@
-
+
{/if}
diff --git a/src/lib/components/button/code.svelte b/src/lib/components/button/contract.svelte
similarity index 87%
rename from src/lib/components/button/code.svelte
rename to src/lib/components/button/contract.svelte
index 12889321..aaa1b2a1 100644
--- a/src/lib/components/button/code.svelte
+++ b/src/lib/components/button/contract.svelte
@@ -1,6 +1,5 @@
@@ -23,15 +18,15 @@
-
+
{/if}
diff --git a/src/lib/components/pageheader.svelte b/src/lib/components/pageheader.svelte
index 7e008dae..eae9eee1 100644
--- a/src/lib/components/pageheader.svelte
+++ b/src/lib/components/pageheader.svelte
@@ -1,10 +1,9 @@
@@ -60,10 +57,12 @@
{#if routePath === 'account'}
{#if props.contract}
-
+
{/if}
{/if}
+
{#if routePath === 'contract'}
+
{/if}