Skip to content

Commit

Permalink
Update snapshot back to bun dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Scc33 committed Jan 5, 2025
1 parent 5dd0374 commit fd7b85c
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions __tests__/__snapshots__/Page.snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class="relative"
>
<div
style="opacity: 0; transform: scale(0);"
style="opacity: 0; will-change: opacity,transform; transform: scale(0);"
>
<img
alt="Sean Coughlin portrait"
Expand All @@ -30,15 +30,15 @@
</div>
<span
class="absolute bottom-0 right-0 text-4xl"
style="opacity: 0; transform: scale(0);"
style="opacity: 0; will-change: opacity,transform; transform: scale(0);"
>
👋
</span>
</div>
</div>
<h1
class="mb-10 mt-4 px-4 text-2xl font-medium !leading-[1.5] sm:text-4xl"
style="opacity: 0; transform: translateY(100px);"
style="opacity: 0; will-change: opacity,transform; transform: translateY(100px);"
>
Hello, I'm
<span
Expand Down Expand Up @@ -68,7 +68,7 @@
</h1>
<div
class="flex flex-row flex-wrap items-center justify-center gap-2 px-4 text-lg font-medium"
style="opacity: 0; transform: translateY(100px);"
style="opacity: 0; will-change: opacity,transform; transform: translateY(100px);"
>
<a
class="group bg-white px-7 py-3 flex items-center gap-2 rounded-full outline-none focus:scale-110 hover:scale-110 active:scale-105 transition cursor-pointer borderBlack dark:bg-white/10"
Expand Down Expand Up @@ -171,7 +171,7 @@
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"
d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z"
/>
</svg>
</a>
Expand Down Expand Up @@ -203,12 +203,12 @@
</section>
<div
class="bg-gray-200 my-24 h-16 w-1 rounded-full hidden sm:block dark:bg-opacity-20"
style="opacity: 0; transform: translateY(100px);"
style="opacity: 0; will-change: opacity,transform; transform: translateY(100px);"
/>
<section
class="mb-24 max-w-[45rem] text-center leading-8 sm:mb-40 scroll-mt-28"
id="about"
style="opacity: 0; transform: translateY(100px);"
style="opacity: 0; will-change: opacity,transform; transform: translateY(100px);"
>
<h2
class="text-3xl font-medium capitalize mb-8 text-center"
Expand Down Expand Up @@ -543,13 +543,10 @@
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z"
d="M22 10v6M2 10l10-5 10 5-10 5z"
/>
<path
d="M22 10v6"
/>
<path
d="M6 12.5V16a6 3 0 0 0 12 0v-3.5"
d="M6 12v5c3 3 9 3 12 0v-5"
/>
</svg>
</span>
Expand Down Expand Up @@ -790,13 +787,10 @@
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z"
/>
<path
d="M22 10v6"
d="M22 10v6M2 10l10-5 10 5-10 5z"
/>
<path
d="M6 12.5V16a6 3 0 0 0 12 0v-3.5"
d="M6 12v5c3 3 9 3 12 0v-5"
/>
</svg>
</span>
Expand Down

0 comments on commit fd7b85c

Please sign in to comment.