Skip to content

Commit

Permalink
refactor: 404 metadata (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley authored Oct 10, 2023
1 parent 7d84840 commit 6a2581a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/images/metadata/404.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file added resources/images/metadata/404.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions resources/lang/en/metatags.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
];

0 comments on commit 6a2581a

Please sign in to comment.