Skip to content

Commit

Permalink
(docs) fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jun 4, 2024
1 parent 259297c commit 09e4c22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/pkg/frontend/src/components/Bar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let baseURL = import.meta.env.PUBLIC_BASE_URL;
</div>
<div class="max-w-4xl mx-auto p-5 text-slate-400 bg-slate-900 rounded-b-lg">
<pre
class="break-all font-mono text-sm">{baseURL +
class="break-all font-mono text-sm whitespace-normal">{baseURL +
"/api?style=bar\n&progress_color=27AE60\n&background_color=EAF2E3\n&circle_color=EADDCA\n&text_color=145A32\n&caption_color=82E0AA\n&progress=70\n&width=150\n&height=30&text_size=15\n&caption_size=15\n&caption=Success"}
</pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/pkg/frontend/src/components/Battery.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let baseURL = import.meta.env.PUBLIC_BASE_URL;
</div>
<div class="max-w-4xl mx-auto p-5 text-slate-400 bg-slate-900 rounded-b-lg">
<pre
class="break-all font-mono text-sm">{baseURL +
class="break-all font-mono text-sm whitespace-normal">{baseURL +
"/api?style=battery\n&progress_color=27AE60\n&background_color=EAF2E3\n&circle_color=EADDCA\n&text_color=145A32\n&caption_color=82E0AA\n&progress=70\n&width=150\n&height=30&text_size=15\n&caption_size=15\n&caption=Success"}
</pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/pkg/frontend/src/components/Circular.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ let baseURL = import.meta.env.PUBLIC_BASE_URL;
</div>
<div class="max-w-4xl mx-auto p-5 text-slate-400 bg-slate-900 rounded-b-lg">
<pre
class="break-all font-mono text-sm">{baseURL +
class="break-all font-mono text-sm whitespace-normal">{baseURL +
"/api?style=circle\n&size=100\n&progress_color=27AE60\n&background_color=EAF2E3\n&circle_color=EADDCA\n&text_color=145A32\n&caption_color=82E0AA\n&progress=70\n&caption_size=30\n&caption=Success"}
</pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/pkg/frontend/src/components/CircularSegments.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let baseURL = import.meta.env.PUBLIC_BASE_URL;
</div>
<div class="max-w-4xl mx-auto p-5 text-slate-400 bg-slate-900 rounded-b-lg">
<pre
class="break-all font-mono text-sm">{baseURL +
class="break-all font-mono text-sm whitespace-normal">{baseURL +
"/api?style=circle\n&size=100\n&progress_color=27AE60\n&background_color=EAF2E3\n&circle_color=EADDCA\n&text_color=145A32\n&caption_color=82E0AA\n&progress=70\n&caption_size=30\n&caption=Success\n&segment_count=50\n&segment_gap=10"}
</pre>
</div>
Expand Down

0 comments on commit 09e4c22

Please sign in to comment.