Skip to content

Commit

Permalink
feat: example text added to test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: michalrozekariane <[email protected]>
  • Loading branch information
michalrozekariane committed Mar 19, 2024
1 parent a54368b commit e7dd815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const App = () => {

return (
<div className="container mx-auto">
<h1 className="mt-20 scroll-m-20 text-center text-4xl font-extrabold tracking-tight lg:text-5xl">{dictionary.title}</h1>
<h1 className="mt-20 scroll-m-20 text-center text-4xl font-extrabold tracking-tight lg:text-5xl">{dictionary.title} lorem ipsum</h1>
<p className="text-center leading-7 [&:not(:first-child)]:mt-6">{dictionary.description}</p>

<div className="mb-20 mt-5">
Expand Down

0 comments on commit e7dd815

Please sign in to comment.