i-darrshan commited on
Commit
bb51b11
·
1 Parent(s): 051fc03
frontend/src/pages/Home.jsx CHANGED
@@ -24,7 +24,7 @@ const Home = () => {
24
  {/* Title with Gradient */}
25
  <h1 className="text-5xl font-bold bg-clip-text text-transparent" style={{color: "#3267B9"}}>
26
  <ReactTyped
27
- strings={["Variants, Diseases &amp; Genes", "VarDiG"]}
28
  typeSpeed={50} // Speed of typing
29
  backSpeed={30} // Speed of deleting
30
  backDelay={1500} // Delay before deleting
 
24
  {/* Title with Gradient */}
25
  <h1 className="text-5xl font-bold bg-clip-text text-transparent" style={{color: "#3267B9"}}>
26
  <ReactTyped
27
+ strings={["Variants, Diseases and Genes", "VarDiG"]}
28
  typeSpeed={50} // Speed of typing
29
  backSpeed={30} // Speed of deleting
30
  backDelay={1500} // Delay before deleting
frontend/src/pages/VarDiG.jsx CHANGED
@@ -30,7 +30,7 @@ const VarDiG = () => {
30
  {/* Title with Gradient */}
31
  <h1 className="text-5xl font-bold bg-clip-text text-transparent" style={{color: "#3267B9"}}>
32
  <ReactTyped
33
- strings={["Variants, Diseases &amp; Genes", "VarDiG"]}
34
  typeSpeed={50} // Speed of typing
35
  backSpeed={30} // Speed of deleting
36
  backDelay={1500} // Delay before deleting
 
30
  {/* Title with Gradient */}
31
  <h1 className="text-5xl font-bold bg-clip-text text-transparent" style={{color: "#3267B9"}}>
32
  <ReactTyped
33
+ strings={["Variants, Diseases and Genes", "VarDiG"]}
34
  typeSpeed={50} // Speed of typing
35
  backSpeed={30} // Speed of deleting
36
  backDelay={1500} // Delay before deleting