We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e9dd7 commit 6ecfc4dCopy full SHA for 6ecfc4d
app/components/Package/Skeleton.vue
@@ -132,8 +132,11 @@
132
<h2 class="text-xs font-mono text-fg-subtle uppercase tracking-wider">
133
{{ $t('package.get_started.title') }}
134
</h2>
135
- <!-- Package manager select placeholder -->
136
- <SkeletonInline class="h-7 w-24 rounded" />
+ <!-- Download button + Package manager select placeholder -->
+ <div class="flex items-center gap-2">
137
+ <SkeletonInline class="h-7 w-24 rounded" />
138
139
+ </div>
140
</div>
141
<!-- Terminal-style install command — matches TerminalInstall.vue -->
142
<div class="bg-bg-subtle border border-border rounded-lg overflow-hidden">
0 commit comments