Update LandingPage.jsx (#413)

Fix 2 typos
This commit is contained in:
Alexander Zeillinger
2025-04-19 13:52:13 +02:00
committed by GitHub
parent fa5b785b45
commit 9e245cf550

View File

@@ -338,7 +338,7 @@ const features = [
title: "Keyboard shortcuts", title: "Keyboard shortcuts",
content: ( content: (
<div> <div>
Speed up development with keyboard shortuts. See all available shortcuts Speed up development with keyboard shortcuts. See all available shortcuts
<Link <Link
to={`${socials.docs}/shortcuts`} to={`${socials.docs}/shortcuts`}
className="ms-1.5 text-blue-500 hover:underline" className="ms-1.5 text-blue-500 hover:underline"
@@ -354,7 +354,7 @@ const features = [
title: "Templates", title: "Templates",
content: ( content: (
<div> <div>
Start off with pre-built templates. Get a quick start or get inspirition Start off with pre-built templates. Get a quick start or get inspiration
for your design. for your design.
</div> </div>
), ),