Skip to content

Commit

Permalink
Initial app structure
Browse files Browse the repository at this point in the history
  • Loading branch information
toafez committed Aug 26, 2023
1 parent 4b7a472 commit 4d25ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [[ "${get[page]}" == "main" && "${get[section]}" == "start" ]]; then
<tbody>
<tr>
<td scope="row" class="row-sm-auto">
'${txt_update_from}' <span class="text-danger">'${local_version}'</span> '${txt_update_to}' <span class="text-success">ggg'${git_version}'</span>
'${txt_update_from}' <span class="text-danger">'${local_version}'</span> '${txt_update_to}' <span class="text-success">'${git_version}'</span>
<td class="text-end">
<a href="https://github.com/toafez/'${app_name}'/releases" class="btn btn-light btn-sm text-success text-decoration-none" target="_blank">Update</a>
</td>
Expand Down

0 comments on commit 4d25ab5

Please sign in to comment.