Skip to content

Commit

Permalink
removing the keybaord manager
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-m-masood committed Aug 18, 2024
1 parent 14fbf0a commit 615a413
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/components/sections/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ const printInfo = [email, phone, linkedUrl].filter(Boolean).join(" • ");
);
})
}
<div class="no-print footer-button max-sm:hidden group flex h-8 w-9 cursor-pointer items-center justify-center rounded-md text-skin-hue hover:bg-skin-button-accent hover:text-skin-inverted [&>span]:hover:text-skin-inverted">
<svg xmlns="http://www.w3.org/2000/svg" class="icon h-6 w-6 icon-tabler icon-tabler-command" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M7 9a2 2 0 1 1 2 -2v10a2 2 0 1 1 -2 -2h10a2 2 0 1 1 -2 2v-10a2 2 0 1 1 2 2h-10"></path>
</svg>
</div>
</footer>
</div>
<figure class="print:hidden w-fit relative">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const { name, label } = basics;
</div>
</main>

<KeyboardManager />
<!-- <KeyboardManager /> -->
</Layout>

<style>
Expand Down

0 comments on commit 615a413

Please sign in to comment.