Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Sep 19, 2024
1 parent 90ace18 commit b6d5925
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
18 changes: 16 additions & 2 deletions components/HeroBackground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,25 @@
<path d="M0 0H1440V181H0V0Z" fill="url(#paint0_linear_414_5526)" fill-opacity="0.22" />
<path d="M0 2H1440V-2H0V2Z" fill="url(#paint1_linear_414_5526)" mask="url(#path-1-inside-1_414_5526)" />
<defs>
<linearGradient id="paint0_linear_414_5526" x1="720" y1="0" x2="720" y2="181" gradientUnits="userSpaceOnUse">
<linearGradient
id="paint0_linear_414_5526"
x1="720"
y1="0"
x2="720"
y2="181"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="currentColor" />
<stop offset="1" stop-color="currentColor" stop-opacity="0" />
</linearGradient>
<linearGradient id="paint1_linear_414_5526" x1="0" y1="90.5" x2="1440" y2="90.5" gradientUnits="userSpaceOnUse">
<linearGradient
id="paint1_linear_414_5526"
x1="0"
y1="90.5"
x2="1440"
y2="90.5"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="currentColor" stop-opacity="0" />
<stop offset="0.395" stop-color="currentColor" />
<stop offset="1" stop-color="currentColor" stop-opacity="0" />
Expand Down
1 change: 1 addition & 0 deletions pages/deploy/[slug].vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script lang="ts" setup>
import { withoutTrailingSlash } from 'ufo'
import type { Hosting } from '~/types'
definePageMeta({
heroBackground: 'opacity-30 -z-10'
})
Expand Down
1 change: 1 addition & 0 deletions pages/deploy/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang="ts">
import type { Hosting } from '../../types'
definePageMeta({
heroBackground: 'opacity-70 -z-10'
})
Expand Down
1 change: 1 addition & 0 deletions pages/templates.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script lang="ts" setup>
import type { Template } from '../types'
definePageMeta({
heroBackground: 'opacity-80 -z-10'
})
Expand Down
1 change: 1 addition & 0 deletions pages/video-courses.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script lang="ts" setup>
import type { VideoCourse } from '../types'
definePageMeta({
heroBackground: 'opacity-80 -z-10'
})
Expand Down

0 comments on commit b6d5925

Please sign in to comment.