Skip to content

Commit d9cbb56

Browse files
committed
Tweak classes
1 parent 91515b2 commit d9cbb56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/components/app/Hero.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defineSlots<{
66
</script>
77

88
<template>
9-
<section class="relative bg-gradient-to-br from-brand-orange to-orange-600 overflow-hidden">
9+
<section class="relative bg-linear-to-br from-brand-orange to-orange-600 overflow-hidden">
1010
<div class="absolute inset-0 bg-black/20" />
1111

1212
<div class="relative mx-auto max-w-7xl px-4 py-12 sm:px-6 lg:px-8 lg:py-18">

app/pages/open-source/packages/[slug]/docs/[version]/[...path].vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ onUnmounted(() => {
159159
<main class="lg:col-span-9 xl:col-span-10">
160160
<div v-if="!pkgVersion!.released" class="mb-6 p-4 bg-blue-50 border border-blue-200 rounded-lg">
161161
<div class="flex">
162-
<div class="flex-shrink-0">
162+
<div class="shrink-0">
163163
<Icon name="fa7-solid:info-circle" class="h-5 w-5 text-blue-400 fill-current" />
164164
</div>
165165
<div class="ml-3">
@@ -171,7 +171,7 @@ onUnmounted(() => {
171171

172172
<div v-if="pkgVersion!.endOfSupport && new Date(pkgVersion!.endOfSupport) < new Date()" class="mb-6 p-4 bg-yellow-50 border border-yellow-200 rounded-lg">
173173
<div class="flex">
174-
<div class="flex-shrink-0">
174+
<div class="shrink-0">
175175
<Icon name="fa7-solid:exclamation-triangle" class="h-5 w-5 text-yellow-400 fill-current" />
176176
</div>
177177
<div class="ml-3">

0 commit comments

Comments
 (0)