Skip to content

Commit cb3658d

Browse files
committed
ProbeLab reference
1 parent 2ab2087 commit cb3658d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

components/modules/stats/tabs/EcosystemTab.vue

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ onMounted(async () => {
8484
:class="$style.chart_card"
8585
/>
8686
</Flex>
87+
88+
<Flex align="center" justify="end" wide>
89+
<Text size="12" color="tertiary" justify="start">Data provided by the
90+
<NuxtLink to="https://probelab.io" target="_blank" :class="$style.link">ProbeLab</NuxtLink>
91+
team
92+
</Text>
93+
</Flex>
8794
</Flex>
8895
</Flex>
8996
</template>
@@ -116,6 +123,11 @@ onMounted(async () => {
116123
height: 240px;
117124
}
118125
126+
.link {
127+
color: var(--brand);
128+
font-weight: 600;
129+
}
130+
119131
@media (max-width: 1050px) {
120132
.chart {
121133
/* width: 700px; */

0 commit comments

Comments
 (0)