Skip to content

Commit

Permalink
add space and black text to the hero header
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Heim Galindo authored and Tobias Heim Galindo committed Nov 8, 2024
1 parent f18c345 commit 68a2f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/meetup/src/app/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default function Hero() {
<InoImg id="heroLogo" src="/inovex-logo.svg" height={30} width={30}></InoImg>
<p className="title-s !m-0">inovex Elements</p>
</div>
<h1 className="header-d1 mt-6 text-inovex-primary">
the
<h1 className="header-d1 mt-6 text-black">
the&nbsp;
<span className="bg-gradient-to-r from-inovex-p-6 via-green-500 to-inovex-p-6 inline-block text-transparent bg-clip-text">
Universal UI Toolkit
</span>
Expand Down

0 comments on commit 68a2f30

Please sign in to comment.