Skip to content

Commit

Permalink
Update _index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed May 22, 2024
1 parent 89287b8 commit c94908f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dito/app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Index() {
<main className={"flex flex-col items-center m-40"}>
<h1 className={"ds-heading-01-reg mb-40"}>Hello DigitalService!</h1>
<button className="ds-button ds-button-large">
<span className="ds-button-label">Click me for nothing :)</span>
<span className="ds-button-label">Click me for nothing</span>
</button>
</main>
);
Expand Down

0 comments on commit c94908f

Please sign in to comment.