refactor(QuickStartLocal): update the text

This commit is contained in:
Danny Avila
2024-06-01 09:31:19 -04:00
parent 8b9f981df6
commit cc421fbc9d

View File

@@ -6,7 +6,7 @@ export function QuickStartLocal() {
<div className="flex gap-2 items-center">
{/* Text */}
<span className="ml-2 text-lg font-bold text-gray-600 dark:text-gray-300">
Quick Start (Local Setup)
Quick Local Setup
</span>
{/* CSS for hover effect */}
<style jsx>{`