Skip to content

Commit 1a942b0

Browse files
committed
chore: cleanup index.vue
1 parent 8e7ab4a commit 1a942b0

1 file changed

Lines changed: 0 additions & 56 deletions

File tree

app/pages/index.vue

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<script setup lang="ts">
22
import { debounce } from 'perfect-debounce'
33
import { SHOWCASED_FRAMEWORKS } from '~/utils/frameworks'
4-
import {
5-
getHighestSeverity,
6-
SEVERITY_COLORS,
7-
SEVERITY_TEXT_COLORS,
8-
} from '#shared/utils/severity.ts'
94
105
const searchQuery = shallowRef('')
116
const searchInputRef = useTemplateRef('searchInputRef')
@@ -66,57 +61,6 @@ defineOgImageComponent('Default', {
6661
>
6762
{{ $t('tagline') }}
6863
</p>
69-
70-
<LinkBase
71-
to="#"
72-
class="shrink-0"
73-
:class="SEVERITY_TEXT_COLORS.critical"
74-
title="arrgggg"
75-
classicon="i-carbon:security"
76-
>
77-
<span>{{ $t('package.dependencies.view_vulnerabilities') }}</span>
78-
</LinkBase>
79-
80-
<LinkBase
81-
to="#"
82-
class="shrink-0"
83-
:class="SEVERITY_TEXT_COLORS.high"
84-
title="arrgggg"
85-
classicon="i-carbon:security"
86-
>
87-
<span>{{ $t('package.dependencies.view_vulnerabilities') }}</span>
88-
</LinkBase>
89-
90-
<LinkBase
91-
to="#"
92-
class="shrink-0"
93-
:class="SEVERITY_TEXT_COLORS.moderate"
94-
title="arrgggg"
95-
classicon="i-carbon:security"
96-
>
97-
<span>{{ $t('package.dependencies.view_vulnerabilities') }}</span>
98-
</LinkBase>
99-
100-
<LinkBase
101-
to="#"
102-
class="shrink-0"
103-
:class="SEVERITY_TEXT_COLORS.low"
104-
title="arrgggg"
105-
classicon="i-carbon:security"
106-
>
107-
<span>{{ $t('package.dependencies.view_vulnerabilities') }}</span>
108-
</LinkBase>
109-
110-
<LinkBase
111-
to="#"
112-
class="shrink-0"
113-
:class="SEVERITY_TEXT_COLORS.unknown"
114-
title="arrgggg"
115-
classicon="i-carbon:security"
116-
>
117-
<span>{{ $t('package.dependencies.view_vulnerabilities') }}</span>
118-
</LinkBase>
119-
12064
<search
12165
class="w-full max-w-xl motion-safe:animate-slide-up motion-safe:animate-fill-both"
12266
style="animation-delay: 0.2s"

0 commit comments

Comments
 (0)