We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b291538 commit e780697Copy full SHA for e780697
src/assets/rlc/rlc.png
-4.92 MB
src/assets/rlc/rlc.webp
394 KB
src/get-started/overview/rlc.md
@@ -6,7 +6,7 @@ description:
6
apps.
7
---
8
9
-<img :src="rlcPng" alt="RLC Token" class="size-80 mx-auto mb-8" />
+<img :src="rlcWebp" alt="RLC Token" class="size-80 mx-auto mb-8" />
10
11
# RLC Token
12
@@ -149,5 +149,5 @@ Ready to dive into the iExec ecosystem? Here are the next steps:
149
import FeatureCard from '@/components/FeatureCard.vue';
150
151
// Assets
152
-import rlcPng from '@/assets/rlc/rlc.png';
+import rlcWebp from '@/assets/rlc/rlc.webp';
153
</script>
0 commit comments