Fix typo Extention -> Extension (#3187)

This commit is contained in:
Luke Niesink 2024-07-26 04:18:02 +02:00 committed by GitHub
parent c91c755bb3
commit 7a660ad2e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>
)} )}