Skip to content

Commit 062eef5

Browse files
author
huhn511
committed
fix: remove trailing whitespace from modified files
1 parent 6573d0b commit 062eef5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/UI_Customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The application supports a flexible theme system with user preference persistenc
100100
```bash
101101
# Only allow light mode (remove theme toggle)
102102
VITE_UI_THEME_OPTIONS=light
103-
103+
104104
# Support both themes (default)
105105
VITE_UI_THEME_OPTIONS=light,dark
106106
```
@@ -119,10 +119,10 @@ The application supports a flexible theme system with user preference persistenc
119119
```bash
120120
# Bot customization
121121
VITE_BOT_NAME=Development Bot
122-
122+
123123
# Logo customization
124124
VITE_UI_LOGO_PATH=/assets/dev-logo.svg
125-
125+
126126
# Theme customization
127127
VITE_UI_THEME_DEFAULT=light
128128
VITE_UI_THEME_OPTIONS=light,dark

services/frontend/libs/shared/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { settings } from '@/libs/shared/settings';
4545
<NavigationContainer>
4646
<!-- Navigation content -->
4747
</NavigationContainer>
48-
48+
4949
<SideBarContainer header="Documents" count="5">
5050
<!-- Sidebar content -->
5151
</SideBarContainer>

0 commit comments

Comments
 (0)