Skip to content

Commit

Permalink
remove hide script
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmann committed Jan 13, 2024
1 parent 575d85c commit e4764a0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions website/.vitepress/theme/mango-spline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,3 @@
height: 400px;
}
</style>

<script>
let interval = setInterval(() => {
const splineView = document.querySelector('spline-viewer');
if (splineView.shadowRoot.querySelector('#logo')) {
splineView.shadowRoot.querySelector('#logo').style.display = 'none';
clearInterval(interval);
}
}, 300);
</script>

0 comments on commit e4764a0

Please sign in to comment.