Skip to content

Commit dc687ae

Browse files
fix(ui): small ui change
1 parent f97eca3 commit dc687ae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/App.tsx

+6-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,12 @@ function App() {
4949
</div>
5050

5151
<p className="text-gray-600 text-center max-w-md">
52-
A simple timer extension to help you track time. Click start to begin timing,
53-
pause to stop temporarily, and reset to start over.
52+
A simple extension to help you track time.
53+
</p>
54+
55+
<p className="text-gray-600 text-center max-w-md mt-4">
56+
Click start to begin timing,
57+
pause to stop temporarily, and reset to start over.
5458
</p>
5559
</div>
5660
);

0 commit comments

Comments
 (0)