Skip to content

Commit

Permalink
fix: Nicer heading
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalBryxi committed Sep 25, 2024
1 parent d5395c9 commit 0de040d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/components/open-to/index.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ export default class OpenTo extends Component {
>
<div class='px-4 py-5 sm:px-6'>
<div>
<span class='text-3xl font-black'>
<span
class='tracking-wider text-3xl font-black bg-clip-text text-transparent bg-gradient-to-r from-indigo-500 from-10% via-sky-500 via-30% to-emerald-500 to-90%'
>
{{t 'application.name'~}}
</span>
</div>
<div>
<span class='text-xs font-light text-gray-500'>
<span class='font-light text-gray-500'>
{{t 'application.subtitle'}}
</span>
</div>
Expand Down

0 comments on commit 0de040d

Please sign in to comment.