Skip to content

Commit 40d76e9

Browse files
committed
Change cfg
1 parent b188f73 commit 40d76e9

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

components/OgImage/StatsMetricImage.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ const bgStyles = computed(() => {
2222
<div class="w-full h-full" :style="{ background: '#111111', padding: '80px', fontFamily: 'IBM+Plex+Mono', overflow: 'hidden' }">
2323
<img src="/img/stats_bg.png" width="1200" height="600" class="absolute" v-bind="bgStyles" />
2424

25-
<div :style="{ height: '100%', display: 'flex', flexDirection: 'column', gap: '80px' }">
26-
<div class="flex flex-row items-center">
25+
<div class="flex flex-row items-center" :style="{ height: '100%' }">
2726
<span :style="{ fontSize: '70px', color: 'rgba(255,255,255, 0.9)' }">stats</span>
2827
<span :style="{ fontSize: '70px', color: 'rgba(255,255,255, 0.3)' }">('</span>
2928
<span :style="{ fontSize: '50px', color: '#FF8351' }">
@@ -32,5 +31,4 @@ const bgStyles = computed(() => {
3231
<span :style="{ fontSize: '70px', color: 'rgba(255,255,255, 0.3)' }">')</span>
3332
</div>
3433
</div>
35-
</div>
3634
</template>

components/OgImage/ValidatorImage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const bgStyles = computed(() => {
2222
</script>
2323

2424
<template>
25-
<div class="w-full h-full" :style="{ background: '#111111', padding: '100px', fontFamily: 'IBM+Plex+Mono', overflow: 'hidden' }">
25+
<div class="w-full h-full" :style="{ background: '#111111', padding: '100px 50px', fontFamily: 'IBM+Plex+Mono', overflow: 'hidden' }">
2626
<img src="/img/bg.png" width="1200" height="600" class="absolute" v-bind="bgStyles" />
2727

2828
<div :style="{ height: '100%', display: 'flex', flexDirection: 'column', gap: '50px' }">

services/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const useServerURL = () => {
4242
return Server.API.dev
4343

4444
default:
45-
return Server.API.mainnet
45+
return Server.API.arabica
4646
}
4747
}
4848

@@ -69,7 +69,7 @@ export const useSocketURL = () => {
6969
return Server.WSS.dev
7070

7171
default:
72-
return Server.WSS.mainnet
72+
return Server.WSS.arabica
7373
}
7474
}
7575

0 commit comments

Comments
 (0)