Skip to content

Commit d45f537

Browse files
committed
updaet
1 parent 33c36a2 commit d45f537

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ For developers and contributors, detailed code-level documentation is available
139139
justify-items: center;
140140
padding: 16px;
141141
">
142-
<img src="./public/assets/appScreenshot/home.jpg" alt="home" style="width: 100%; max-width: 200px; border-radius: 8px;">
143-
<img src="./public/assets/appScreenshot/add.jpg" alt="add" style="width: 100%; max-width: 200px; border-radius: 8px;">
144-
<img src="./public/assets/appScreenshot/calendar.jpg" alt="calendar" style="width: 100%; max-width: 200px; border-radius: 8px;">
145-
<img src="./public/assets/appScreenshot/settings.jpg" alt="settings" style="width: 100%; max-width: 200px; border-radius: 8px;">
146-
<img src="./public/assets/appScreenshot/budget.jpg" alt="budget" style="width: 100%; max-width: 200px; border-radius: 8px;">
147-
<img src="./public/assets/appScreenshot/home.jpg" alt="home" style="width: 100%; max-width: 200px; border-radius: 8px;">
142+
<img src="https://devnamdev2003.github.io/ExpenseWise/public/assets/appScreenshot/home.jpg" alt="home" style="width: 200px; border-radius: 8px;">
143+
<img src="https://devnamdev2003.github.io/ExpenseWise/public/assets/appScreenshot/add.jpg" alt="add" style="width: 200px; border-radius: 8px;">
144+
<img src="https://devnamdev2003.github.io/ExpenseWise/public/assets/appScreenshot/calendar.jpg" alt="calendar" style="width: 200px; border-radius: 8px;">
145+
<img src="https://devnamdev2003.github.io/ExpenseWise/public/assets/appScreenshot/settings.jpg" alt="settings" style="width: 200px; border-radius: 8px;">
146+
<img src="https://devnamdev2003.github.io/ExpenseWise/public/assets/appScreenshot/budget.jpg" alt="budget" style="width: 200px; border-radius: 8px;">
147+
<img src="https://devnamdev2003.github.io/ExpenseWise/public/assets/appScreenshot/list.jpg" alt="list" style="width: 200px; border-radius: 8px;">
148148
</div>

documentation/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,12 @@ <h2>🖼️ Screenshots</h2>
230230
justify-items: center;
231231
padding: 16px;
232232
">
233-
<img src="./public/assets/appScreenshot/home.jpg" alt="home" style="width: 100%; max-width: 200px; border-radius: 8px;">
234-
<img src="./public/assets/appScreenshot/add.jpg" alt="add" style="width: 100%; max-width: 200px; border-radius: 8px;">
235-
<img src="./public/assets/appScreenshot/calendar.jpg" alt="calendar" style="width: 100%; max-width: 200px; border-radius: 8px;">
236-
<img src="./public/assets/appScreenshot/settings.jpg" alt="settings" style="width: 100%; max-width: 200px; border-radius: 8px;">
237-
<img src="./public/assets/appScreenshot/budget.jpg" alt="budget" style="width: 100%; max-width: 200px; border-radius: 8px;">
238-
<img src="./public/assets/appScreenshot/home.jpg" alt="home" style="width: 100%; max-width: 200px; border-radius: 8px;">
233+
<img src="https://devnamdev2003.github.io/ExpenseWise/public/assets/appScreenshot/home.jpg" alt="home" style="width: 200px; border-radius: 8px;">
234+
<img src="https://devnamdev2003.github.io/ExpenseWise/public/assets/appScreenshot/add.jpg" alt="add" style="width: 200px; border-radius: 8px;">
235+
<img src="https://devnamdev2003.github.io/ExpenseWise/public/assets/appScreenshot/calendar.jpg" alt="calendar" style="width: 200px; border-radius: 8px;">
236+
<img src="https://devnamdev2003.github.io/ExpenseWise/public/assets/appScreenshot/settings.jpg" alt="settings" style="width: 200px; border-radius: 8px;">
237+
<img src="https://devnamdev2003.github.io/ExpenseWise/public/assets/appScreenshot/budget.jpg" alt="budget" style="width: 200px; border-radius: 8px;">
238+
<img src="https://devnamdev2003.github.io/ExpenseWise/public/assets/appScreenshot/list.jpg" alt="list" style="width: 200px; border-radius: 8px;">
239239
</div>
240240

241241

documentation/js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

documentation/miscellaneous/variables.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ <h3></h3> <table class="table table-sm table-bordered">
613613
* Current environment type.
614614
* Possible values: &#x27;local&#x27;, &#x27;live&#x27;
615615
*/
616-
developmentEnvironment: &#x27;local&#x27;, // Change to &#x27;live&#x27; for production or &#x27;local&#x27; for local development
616+
developmentEnvironment: &#x27;live&#x27;, // Change to &#x27;live&#x27; for production or &#x27;local&#x27; for local development
617617

618618
/**
619619
* Application version.

0 commit comments

Comments
 (0)