Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from oraichain/feat/rebrand
Browse files Browse the repository at this point in the history
fix: update brand name
  • Loading branch information
quangdz1704 authored Jul 15, 2024
2 parents 4b2623b + f406249 commit 865dbf5
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 20 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
OraiScan Dashboard - Cosmos Blockchain Explorer And Web Wallet
</title>
<title>Scanium Dashboard - Cosmos Blockchain Explorer And Web Wallet</title>
<meta
name="description"
content="OraiScan Dashboard is a block explorer/web wallet for blockchains built on Cosmos SDK, Cosmoshub, Osmosis, Juno, Evmos, Injective, Canto and 70+ blockchains listed on ping.pub"
content="Scanium Dashboard is a block explorer/web wallet for blockchains built on Cosmos SDK, Cosmoshub, Osmosis, Juno, Evmos, Injective, Canto and 70+ blockchains listed on ping.pub"
/>
<link rel="stylesheet" type="text/css" href="/loader.css" />
<script type="module">
Expand Down
2 changes: 0 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import TxDialog from './components/TxDialog.vue';
onMounted(() => {
themeChange(false);
// import '@oraichain/oraiscan-widget';
// defineAsyncComponent(() => import('@/style.css'));
// Find the <style> element with id "app-style"
const appStyle = document.getElementById('app-styles');
Expand Down
16 changes: 16 additions & 0 deletions src/assets/scanium-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/layouts/components/DefaultLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ function confirm() {
>
<RouterLink
to="/"
class="flex flex-1 items-center w-full justify-center"
class="flex flex-1 items-center w-full justify-center h-10"
>
<img class="w-10 h-10" src="../../assets/logo.svg" />
<h1 class="ml-3 text-2xl font-semibold dark:text-white">OraiScan</h1>
<img src="../../assets/scanium-logo.svg" />
<!-- <h1 class="ml-3 text-2xl font-semibold dark:text-white">Scanium</h1> -->
</RouterLink>
<div
class="pr-4 cursor-pointer xl:!hidden flex items-center"
Expand Down
16 changes: 11 additions & 5 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,20 @@ const chains = computed(() => {
const featured = computed(() => {
const names = [
// 'cosmos',
// 'osmosis',
// 'akash',
// 'celestia',
// 'evmos',
// 'injective',
// 'dydx',
// 'noble',
'Oraichain',
'OraiBtcMainnet',
'OraiBridge',
'cosmos',
'osmosis',
'akash',
'celestia',
'evmos',
'injective',
'dydx',
'noble',
];
return chains.value
.filter((x) => names.includes(x.chainName))
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/i18n/locales/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"links": "链接"
},
"pages": {
"title": "OraiScan Dashboard",
"slogan": "OraiScan Dashboard 是一个区块链浏览器,也是一个网页钱包,还有更多 ... 🛠",
"title": "Scanium Dashboard",
"slogan": "Scanium Dashboard 是一个区块链浏览器,也是一个网页钱包,还有更多 ... 🛠",
"description": "Cosmos Ecosystem Blockchains",
"search_placeholder": "搜索区块链",
"add_to_favorite": "加入收藏夹",
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"links": "Links"
},
"pages": {
"title": "OraiScan Dashboard",
"title": "Scanium Dashboard",
"title_all": "404",
"tag": "Beta",
"tag_all": "Page Not Found",
"slogan": "OraiScan Dashboard is not just an explorer but also a wallet and more ... 🛠",
"slogan": "Scanium Dashboard is not just an explorer but also a wallet and more ... 🛠",
"description": "Cosmos Ecosystem Blockchains",
"search_placeholder": "Search Chain",
"description_all": "We couldn't find the page you are looking for.",
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/i18n/locales/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"links": "Tautan"
},
"pages": {
"title": "OraiScan Dashboard",
"title": "Scanium Dashboard",
"title_all": "404",
"tag": "Beta",
"tag_all": "Halaman Tidak Ditemukan",
"slogan": "OraiScan Dashboard bukan hanya sebuah penjelajah tetapi juga sebuah dompet dan masih banyak lagi ... 🛠",
"slogan": "Scanium Dashboard bukan hanya sebuah penjelajah tetapi juga sebuah dompet dan masih banyak lagi ... 🛠",
"description": "Cosmos Ecosystem Blockchains",
"search_placeholder": "Telusuri Rantai",
"description_all": "Kami tidak dapat menemukan halaman yang anda cari.",
Expand Down

0 comments on commit 865dbf5

Please sign in to comment.