Skip to content

Commit

Permalink
chore: apply automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] committed Feb 23, 2024
1 parent 382146a commit 929fab3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/components/LandingBackground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ onMounted(() => {
</script>

<template>
<div
class="bg absolute inset-0 -z-10 transform-gpu blur-3xl overflow-hidden"
aria-hidden="true"
>
<div class="bg absolute inset-0 -z-10 transform-gpu blur-3xl overflow-hidden" aria-hidden="true">
<div
class="aspect-[1.7] h-full w-full bg-gradient-to-r from-[rgb(var(--color-primary-DEFAULT))] to-white/10 lg:opacity-30 xs:opacity-50"
:style="{ 'clip-path': `polygon(${poly})` }"
Expand Down

0 comments on commit 929fab3

Please sign in to comment.