diff --git a/composer.json b/composer.json index ad7d583d3..c278e2155 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "ext-gmp": "*", "ardenthq/arkvault-url": "^1.1", "arkecosystem/crypto": "^1.8", - "arkecosystem/foundation": "^13.22", + "arkecosystem/foundation": "^13.24", "blade-ui-kit/blade-icons": "^1.5", "brick/math": "^0.11", "doctrine/dbal": "^3.0", diff --git a/composer.lock b/composer.lock index 7baadc95e..025bc91ea 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7c1f457695de3e064f90acea0f5256c9", + "content-hash": "f5d38812f7a3f37d67c83dfb6e4b46ad", "packages": [ { "name": "ardenthq/arkvault-url", @@ -120,16 +120,16 @@ }, { "name": "arkecosystem/foundation", - "version": "13.23.0", + "version": "13.24.0", "source": { "type": "git", "url": "https://github.com/ArkEcosystem/laravel-foundation.git", - "reference": "99cfdec2f007c3a6613d8dfc3c00ce26240917b8" + "reference": "8ab68c03ce5f4a7008e79f792185d48de606e55d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ArkEcosystem/laravel-foundation/zipball/99cfdec2f007c3a6613d8dfc3c00ce26240917b8", - "reference": "99cfdec2f007c3a6613d8dfc3c00ce26240917b8", + "url": "https://api.github.com/repos/ArkEcosystem/laravel-foundation/zipball/8ab68c03ce5f4a7008e79f792185d48de606e55d", + "reference": "8ab68c03ce5f4a7008e79f792185d48de606e55d", "shasum": "" }, "require": { @@ -227,9 +227,9 @@ "description": "User-Interface Scaffolding for Laravel. Powered by Tailwind CSS.", "support": { "issues": "https://github.com/ArkEcosystem/laravel-foundation/issues", - "source": "https://github.com/ArkEcosystem/laravel-foundation/tree/13.23.0" + "source": "https://github.com/ArkEcosystem/laravel-foundation/tree/13.24.0" }, - "time": "2023-10-06T08:05:20+00:00" + "time": "2023-10-10T07:58:11+00:00" }, { "name": "asm89/stack-cors", @@ -17333,5 +17333,5 @@ "ext-gmp": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/public/images/metadata/404.png b/public/images/metadata/404.png new file mode 100644 index 000000000..afa0bef46 Binary files /dev/null and b/public/images/metadata/404.png differ diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 9d63100a0..b3d5da259 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -32,6 +32,7 @@ "/images/home/footer-dark.svg": "/images/home/footer-dark.svg?id=99efa20efbc549a899f3b89450258eab", "/images/home/footer.svg": "/images/home/footer.svg?id=87e743f247616a8f5c47d425ef7c71a4", "/images/logo.svg": "/images/logo.svg?id=6407d4b2cbfee6244abf682986b910bf", + "/images/metadata/404.png": "/images/metadata/404.png?id=df11d28747784a766e34b84ee4cec63c", "/images/metadata/block.png": "/images/metadata/block.png?id=69262ae33ba1b59d63df14b0f23f44d4", "/images/metadata/blocks.png": "/images/metadata/blocks.png?id=79f77d96a84958ab07819a6fa1fc9b05", "/images/metadata/compatible-wallets.png": "/images/metadata/compatible-wallets.png?id=f1db283b625966a2a9396e6d97ef5762", diff --git a/resources/images/metadata/404.png b/resources/images/metadata/404.png new file mode 100644 index 000000000..afa0bef46 Binary files /dev/null and b/resources/images/metadata/404.png differ diff --git a/resources/lang/en/metatags.php b/resources/lang/en/metatags.php index 52a34d226..f107e0741 100644 --- a/resources/lang/en/metatags.php +++ b/resources/lang/en/metatags.php @@ -89,14 +89,14 @@ ], '404' => [ - 'title' => '404 - Error | :name Blockchain Explorer', - 'description' => '', - 'image' => 'images/metadata/homepage.png', + 'title' => '404 :error | :name Blockchain Explorer', + 'description' => '404 :error', + 'image' => 'images/metadata/404.png', ], 'contact' => [ 'title' => 'Support | :name Blockchain Explorer', - 'description' => 'Get help with the use of the Blockchain Explorer', + 'description' => 'Get help with the use of the :name Blockchain Explorer.', 'image' => '/images/metadata/support.png', ], ];