Update page.tsx

This commit is contained in:
Andras Bacsai
2025-09-13 10:14:33 +02:00
committed by GitHub
parent 6beb2b947f
commit 0de85455a6

View File

@@ -10,7 +10,7 @@ export default function Home() {
rel="noopener noreferrer"
className="bg-blue-500 text-white p-2 rounded-md inline-block"
>
Click me
Click me now
</a>
</div>
);