We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab2087 commit cb3658dCopy full SHA for cb3658d
1 file changed
components/modules/stats/tabs/EcosystemTab.vue
@@ -84,6 +84,13 @@ onMounted(async () => {
84
:class="$style.chart_card"
85
/>
86
</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>
94
95
96
</template>
@@ -116,6 +123,11 @@ onMounted(async () => {
116
123
height: 240px;
117
124
}
118
125
126
+.link {
127
+ color: var(--brand);
128
+ font-weight: 600;
129
+}
130
119
131
@media (max-width: 1050px) {
120
132
.chart {
121
133
/* width: 700px; */
0 commit comments