From 76a67bde7ac58cf0667e45f6be5d46fa1776ebe7 Mon Sep 17 00:00:00 2001 From: Shreyas Prabhu <shreyasprabhu26@gmail.com> Date: Wed, 28 May 2025 15:04:24 +0530 Subject: [PATCH] style: update heading text with exclamation marks --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 48db6f1..de02c14 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,7 +9,7 @@ function App() { return ( <> <div> - <h1>Jai Shree Ram 3</h1> + <h1>Jai Shree Ram!!!</h1> <a href="https://vite.dev" target="_blank"> <img src={viteLogo} className="logo" alt="Vite logo" /> </a> -- GitLab