We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97eca3 commit dc687aeCopy full SHA for dc687ae
src/App.tsx
@@ -49,8 +49,12 @@ function App() {
49
</div>
50
51
<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.
+ A simple extension to help you track time.
+ </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.
58
</p>
59
60
);
0 commit comments