Skip to content

Commit

Permalink
FIX Update HTML markup for bootstrap 5 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jan 26, 2025
1 parent b3bfde3 commit 7c8faa5
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 108 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/src/components/LoginSession/LoginSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function LoginSession(props) {
);

return (
<span data-toggle="tooltip" data-placement="top" title={activityTooltip}>
<span data-bs-toggle="tooltip" data-placement="top" title={activityTooltip}>
, {lastActiveStr}
</span>
);
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
"core-js": "^3.26.0",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.2.0",
"reactstrap": "^8.9.0",
"reactstrap": "^9.2.0",
"reactstrap-confirm": "^1.3.2",
"redux": "^5.0.1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="$HolderID" class="form-group field<% if $extraClass %> $extraClass<% end_if %>">
<% if $Title %>
<label for="$ID" id="title-$ID" class="form__field-label">
<label for="$ID" id="title-$ID" class="form-label form__field-label">
$Title
<% if $TitleLinkHref && $TitleLinkText %>
<br><a href="$TitleLinkHref" target="_blank">$TitleLinkText</a>
Expand Down
Loading

0 comments on commit 7c8faa5

Please sign in to comment.