Skip to content

Commit 18be729

Browse files
committed
style(index): improve paragraph structure in dashboard description [hidden]
- Split a long paragraph into three separate paragraphs for better readability - Adjusted text layout to enhance user comprehension on Android phone dashboard usage - No changes to class or functionality, only HTML content reformatting
1 parent 315b486 commit 18be729

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

web/src/app/pages/index.page.ts

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,18 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
1313
</h3>
1414
<p>
1515
Creating a dashboard management system for displaying information on old
16-
Android phones. Users create dashboards through a web application, add
17-
widgets, and bind phones via QR code. The phone receives data through an
18-
API and displays widgets in real-time.
16+
Android phones.
17+
</p>
18+
19+
<p>
20+
Users create dashboards through a web application, add widgets, and bind
21+
phones via QR code.
22+
</p>
23+
24+
<p>
25+
The phone receives data through an API and displays widgets in real-time.
1926
</p>
2027
<hr />
2128
</section>`,
2229
})
23-
export default class HomePageComponent {}
30+
export default class HomePageComponent {}

0 commit comments

Comments
 (0)