docs: change notes across docs based on redesign (#8662)
Change the prerequisites / soon / other notes based on latest redesign Depends on #8661
This commit is contained in:
@@ -24,7 +24,7 @@ export const PrerequisiteItem = ({
|
||||
"bg-medusa-tag-neutral-bg text-medusa-fg-subtle",
|
||||
"px-docs_0.75 py-docs_0.5 w-fit",
|
||||
"flex justify-center items-center",
|
||||
"hover:bg-medusa-tag-neutral-bg-hover",
|
||||
link && "hover:bg-medusa-tag-neutral-bg-hover",
|
||||
"rounded-tr-docs_xl rounded-br-docs_xl",
|
||||
position === "alone" && "rounded-docs_xl",
|
||||
position === "top" && "rounded-tl-docs_xl rounded-bl-docs_DEFAULT",
|
||||
@@ -34,7 +34,8 @@ export const PrerequisiteItem = ({
|
||||
!link && "cursor-text"
|
||||
)}
|
||||
>
|
||||
{text}↗
|
||||
{text}
|
||||
{link && "↗"}
|
||||
</Link>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user