mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
update
This commit is contained in:
parent
339b229003
commit
04e3ca79f8
2 changed files with 2 additions and 2 deletions
2
.nvmrc
2
.nvmrc
|
|
@ -1 +1 @@
|
|||
17
|
||||
19
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
<main class:dark={$darkmode}>
|
||||
<Hero {appTypeHover}>
|
||||
<h1 class="font-bold">I'm making <b on:mouseenter={() => appTypeHover = "websites"} on:mouseleave={() => appTypeHover == "websites" && (appTypeHover = null)}>websites</b>,
|
||||
<b on:mouseenter={() => appTypeHover = "applications"} on:mouseleave={() => appTypeHover == "applications" && (appTypeHover = null)}>applications</b> and
|
||||
<b on:mouseenter={() => appTypeHover = "applications"} on:mouseleave={() => appTypeHover == "applications" && (appTypeHover = null)}>mobile applications</b> and
|
||||
<b on:mouseenter={() => appTypeHover = "bots"} on:mouseleave={() => appTypeHover == "bots" && (appTypeHover = null)}>discord bots</b>.</h1>
|
||||
<!-- <h3>To be used later</h3> -->
|
||||
<div class="flex gap-4">
|
||||
|
|
|
|||
Loading…
Reference in a new issue