Skip to content

Commit

Permalink
Update dash
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Jul 7, 2024
1 parent c4158ae commit 547276f
Show file tree
Hide file tree
Showing 22 changed files with 14 additions and 14 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@hanzo/admindash",
"name": "@hanzo/dash",
"version": "0.0.2",
"private": true,
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
26 changes: 13 additions & 13 deletions sites/admindash/src/metadata.ts β†’ sites/dash/src/metadata.ts
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
import type { Metadata } from 'next'

export default {
metadataBase: new URL('https://lux.credit'),
metadataBase: new URL('https://dash.hanzo.ai'),
title: {
default: 'Lux Blank',
template: '%s | Lux Blank',
default: 'Hanzo Dashboard',
template: '%s | Hanzo',
},
description: 'Explore your swaps',
applicationName: 'Lux Bridge Explorer',
authors: {name: 'Lux Dev team'},
keywords: "Lux Network, Blockchain Bridge, Multi-Chain, EVM, Solana, Bitcoin, Cross-Chain, Interoperability, Cryptocurrency, Blockchain Technology",
description: 'Hanzo DX Platform dashboard',
applicationName: 'Hanzo Platform',
authors: {name: 'Hanzo AI, Inc'},
keywords: "Hanzo, DX, Web3",
icons: [
{
rel: 'icon',
type: 'image/png',
sizes: '16x16',
url: '/assets/hanzo-site-icons-white/favicon-16x16.png'
url: '/assets/hanzo-site-icons-white/favicon-16x16.png'
},
{
rel: 'icon',
type: 'image/png',
sizes: '32x32',
url: '/assets/hanzo-site-icons-white/favicon-32x32.png'
url: '/assets/hanzo-site-icons-white/favicon-32x32.png'
},
{
rel: 'icon',
type: 'image/png',
sizes: '192x192',
url: '/assets/hanzo-site-icons-white/android-chrome-192x192.png'
url: '/assets/hanzo-site-icons-white/android-chrome-192x192.png'
},
{
rel: 'icon',
type: 'image/png',
sizes: '512x512',
url: '/assets/hanzo-site-icons-white/android-chrome-512x512.png'
url: '/assets/hanzo-site-icons-white/android-chrome-512x512.png'
},
{
rel: 'apple-touch-icon',
type: 'image/png',
sizes: "180x180",
url: '/assets/hanzo-site-icons-white/apple-touch-icon.png'
url: '/assets/hanzo-site-icons-white/apple-touch-icon.png'
},
],
//manifest: '/site.webmanifest',
Expand All @@ -64,4 +64,4 @@ export default {
other: {
'msapplication-TileColor': '#000000'
},
} as Metadata
} as Metadata
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

1 comment on commit 547276f

@vercel
Copy link

@vercel vercel bot commented on 547276f Jul 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hanzo-ai – ./sites/landing

hanzo-ai.vercel.app
hanzo-ai-git-main-hanzo-ai.vercel.app
hanzo-ai-hanzo-ai.vercel.app
www.hanzo.ai
hanzo.ai

Please sign in to comment.