Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilgeorgescu authored Oct 25, 2024
1 parent fba31f7 commit 3e8e766
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/components/BackgroundGradient2.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
console.log("bg gradient2");
---

<div
aria-hidden="true"
class="absolute inset-x-0 left-10 top-10 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80"
Expand Down
4 changes: 0 additions & 4 deletions src/components/BackgroundGradient2Flipped.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
console.log("bg gradient 2 flipped");
---

<div
aria-hidden="true"
class="absolute inset-x-0 top-[calc(100%-13rem)] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[calc(100%-30rem)]"
Expand Down

0 comments on commit 3e8e766

Please sign in to comment.