Skip to content

Commit

Permalink
fix: removed notthing divs that did nothing and just introduced an ab…
Browse files Browse the repository at this point in the history
…solute line
  • Loading branch information
Mwimwii committed Jan 11, 2024
1 parent 71a37d2 commit ac1b89f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions components/Feature.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ export default function Feature({ flip = 0, program }) {
</a>
)}
</div>
<div
className="pointer-events-none absolute inset-0 ring-1 ring-inset ring-black/10 sm:rounded-3xl"
aria-hidden="true"
/>
</div>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions components/XmasPoster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ function XmasPoster() {
/>
</a>
</div>
<div
className="pointer-events-none absolute inset-0 ring-1 ring-inset ring-black/10 sm:rounded-3xl"
aria-hidden="true"
/>
</div>
</div>
</div>
Expand Down

0 comments on commit ac1b89f

Please sign in to comment.