Skip to content

Commit 888d79f

Browse files
committed
Fixed some potential vulnerabilities with Astro
1 parent c162a91 commit 888d79f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+478
-5228
lines changed

dist/UI/general.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ <h3 class="dropdown-item-title">
268268
<!--end::Menu Body-->
269269
<!--begin::Menu Footer-->
270270
<li class="user-footer">
271-
<a href="#" class="btn btn-default btn-flat">Profile</a>
272-
<a href="#" class="btn btn-default btn-flat float-end">Sign out</a>
271+
<a href="#" class="btn btn-outline-secondary">Profile</a>
272+
<a href="#" class="btn btn-outline-danger float-end">Sign out</a>
273273
</li>
274274
<!--end::Menu Footer-->
275275
</ul>

dist/UI/icons.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ <h3 class="dropdown-item-title">
268268
<!--end::Menu Body-->
269269
<!--begin::Menu Footer-->
270270
<li class="user-footer">
271-
<a href="#" class="btn btn-default btn-flat">Profile</a>
272-
<a href="#" class="btn btn-default btn-flat float-end">Sign out</a>
271+
<a href="#" class="btn btn-outline-secondary">Profile</a>
272+
<a href="#" class="btn btn-outline-danger float-end">Sign out</a>
273273
</li>
274274
<!--end::Menu Footer-->
275275
</ul>

dist/UI/timeline.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ <h3 class="dropdown-item-title">
268268
<!--end::Menu Body-->
269269
<!--begin::Menu Footer-->
270270
<li class="user-footer">
271-
<a href="#" class="btn btn-default btn-flat">Profile</a>
272-
<a href="#" class="btn btn-default btn-flat float-end">Sign out</a>
271+
<a href="#" class="btn btn-outline-secondary">Profile</a>
272+
<a href="#" class="btn btn-outline-danger float-end">Sign out</a>
273273
</li>
274274
<!--end::Menu Footer-->
275275
</ul>

dist/css/adminlte.css

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

dist/css/adminlte.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)