Skip to content

Commit

Permalink
Fix wrong section title in dashboard
Browse files Browse the repository at this point in the history
This reverts a faulty change accidentally made in 679164b
  • Loading branch information
caendesilva committed Dec 12, 2023
1 parent 6d2f01a commit 4650977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This serves two purposes:
- for new features.

### Changed
- Shortened the path printed to console when using dashboard to create a page in https://github.com/hydephp/develop/pull/1492
- Shortened the path printed to console when using the dashboard to create a page in https://github.com/hydephp/develop/pull/1492

### Deprecated
- for soon-to-be removed features.
Expand All @@ -23,6 +23,7 @@ This serves two purposes:

### Fixed
- Improved support for running HydePHP through the Phar archive in https://github.com/hydephp/develop/pull/1491
- Fixed wrong section title in the dashboard page in https://github.com/hydephp/develop/pull/1493

### Security
- in case of vulnerabilities.
2 changes: 1 addition & 1 deletion packages/realtime-compiler/resources/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<div class="card mb-4">
<div class="card-header">
<div class="d-flex align-items-center justify-content-between">
<h2 class="h5 mb-0">Site Pages & Routes</h2>
<h2 class="h5 mb-0">Project Information</h2>
@if($dashboard->isInteractive())
<form class="buttonActionForm" action="" method="POST">
<input type="hidden" name="_token" value="{{ $csrfToken }}">
Expand Down

0 comments on commit 4650977

Please sign in to comment.