Skip to content

Commit

Permalink
made const a function
Browse files Browse the repository at this point in the history
  • Loading branch information
Arush committed Aug 17, 2024
1 parent 28e8f0e commit 859abe7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/components/homepage/hero-section/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ function HeroSection() {
<div className="overflow-hidden border-t-[2px] border-indigo-900 px-4 lg:px-8 py-4 lg:py-8">
<code className="font-mono text-xs md:text-sm lg:text-base">
<div className="blink">
<span className="mr-2 text-pink-500">const</span>
<span className="mr-2 text-white">coder</span>
<span className="mr-2 text-pink-500">=</span>
<span className="mr-2 text-pink-500">function</span>
<span className="mr-2 text-white">coder()</span>
<span className="mr-2 text-pink-500"></span>
<span className="text-gray-400">{'{'}</span>
</div>
<div>
<span className="ml-4 lg:ml-8 mr-2 text-white">name:</span>
<span className="text-gray-400">{`'`}</span>
<span className="text-amber-300">Arush</span>
<span className="text-gray-400">{`',`}</span>
<span className="text-gray-400">{`';`}</span>
</div>
<div className="ml-4 lg:ml-8 mr-2">
<span className=" text-white">programming_languages:</span>
Expand Down Expand Up @@ -112,7 +112,7 @@ function HeroSection() {
<span className="text-amber-300">Kotlin</span>
<span className="text-gray-400">{"', '"}</span>
<span className="text-amber-300">Gradle</span>
<span className="text-gray-400">{"'],"}</span>
<span className="text-gray-400">{"'];"}</span>

</div>

Expand Down

0 comments on commit 859abe7

Please sign in to comment.