mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 22:02:39 +02:00
wip
This commit is contained in:
@@ -76,7 +76,7 @@ export function ChapterRow(props: ChapterRowProps) {
|
||||
</div>
|
||||
|
||||
{isExpandable && (
|
||||
<div className="shrink-0 rounded-full bg-zinc-800/80 p-2 text-zinc-400 group-hover:bg-zinc-800 group-hover:text-yellow-500">
|
||||
<div className="shrink-0 rounded-full bg-zinc-800/80 p-2 text-zinc-400 group-hover:bg-zinc-800 group-hover:text-zinc-500">
|
||||
<ChevronDown
|
||||
className={cn(
|
||||
'h-4 w-4 transition-transform',
|
||||
|
@@ -6,7 +6,7 @@ import { Rating } from '../Rating/Rating';
|
||||
|
||||
export function PurchaseBanner() {
|
||||
return (
|
||||
<div className="mt-20 flex w-full items-center justify-between rounded-2xl bg-yellow-950 p-5 shadow-lg ring-1 ring-yellow-500/40">
|
||||
<div className="sticky top-4 z-50 mt-20 flex w-full items-center justify-between rounded-2xl bg-yellow-950 p-5 shadow-lg ring-1 ring-yellow-500/40">
|
||||
<div className="flex flex-col gap-2">
|
||||
<span className="inline-flex items-center gap-1.5 text-yellow-500">
|
||||
<CheckIcon className="size-5 stroke-[2.5]" />
|
||||
|
Reference in New Issue
Block a user