diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2bd9f25e0cb..72e7a2f639c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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. @@ -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. diff --git a/packages/realtime-compiler/resources/dashboard.blade.php b/packages/realtime-compiler/resources/dashboard.blade.php index fbbce0bcc8b..610f92ce07e 100644 --- a/packages/realtime-compiler/resources/dashboard.blade.php +++ b/packages/realtime-compiler/resources/dashboard.blade.php @@ -62,7 +62,7 @@
-

Site Pages & Routes

+

Project Information

@if($dashboard->isInteractive())