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 2d02f64 commit 8e6ffdcCopy full SHA for 8e6ffdc
apps/onelauncher/frontend/src/routes/app/browser/index.tsx
@@ -41,7 +41,7 @@ function Featured() {
41
<img alt="thumbnail" className="aspect-video h-full w-full rounded-md object-cover object-center" src={featuredPackage.data?.gallery[selectedImage].url} />
42
</div>
43
<div className="max-w-64 min-w-52 flex flex-col gap-y-1 p-4">
44
- <h2>{featuredPackage.data?.name}</h2>
+ <h2 className="text-[1.5rem] font-semibold">{featuredPackage.data?.name}</h2>
45
46
<Show when={false}>
47
<div className="w-fit flex flex-row items-center gap-x-1 rounded-lg bg-border/10 px-1.5 py-1 text-fg-primary transition hover:opacity-80">
0 commit comments