Skip to content

Commit

Permalink
Merge pull request #220 from hydephp/develop
Browse files Browse the repository at this point in the history
HydePHP v1.0.0 - Release Candidate Seven
  • Loading branch information
caendesilva authored Mar 14, 2023
2 parents e59be99 + 7b483b9 commit 84703c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _pages/404.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Sorry, the page you are looking for could not be found.
</p>

<a href="{{ config('hyde.url') ?? './' }}">
<a href="{{ Routes::get('index') ?? './' }}">
<button
class="bg-transparent text-grey-darkest font-bold uppercase tracking-wide py-3 px-6 border-2 border-grey-light hover:border-grey rounded-lg">
Go Home
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"name": "hyde",
"description": "Elegant and Powerful Static App Builder",
"version": "1.0.0-RC.6",
"version": "1.0.0-RC.7",
"main": "hyde",
"directories": {
"test": "tests"
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.5",
"hydefront": "^3.0.0",
"hydefront": "^3.1.0",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.13",
"prettier": "2.6.0",
Expand Down

0 comments on commit 84703c6

Please sign in to comment.