Fix typo Extention -> Extension (#3187)
This commit is contained in:
parent
c91c755bb3
commit
7a660ad2e3
@ -213,7 +213,7 @@ const ExtensionCatalog = () => {
|
|||||||
{coreActiveExtensions.length > 0 && (
|
{coreActiveExtensions.length > 0 && (
|
||||||
<div className="mb-3 mt-8 border-b border-[hsla(var(--app-border))] pb-4">
|
<div className="mb-3 mt-8 border-b border-[hsla(var(--app-border))] pb-4">
|
||||||
<h6 className="text-base font-semibold text-[hsla(var(--text-primary))]">
|
<h6 className="text-base font-semibold text-[hsla(var(--text-primary))]">
|
||||||
Core Extention
|
Core Extension
|
||||||
</h6>
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user