Skip to content

Commit e780697

Browse files
committed
feat: change to webp rlc logo
1 parent b291538 commit e780697

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/assets/rlc/rlc.png

-4.92 MB
Binary file not shown.

src/assets/rlc/rlc.webp

394 KB
Loading

src/get-started/overview/rlc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description:
66
apps.
77
---
88

9-
<img :src="rlcPng" alt="RLC Token" class="size-80 mx-auto mb-8" />
9+
<img :src="rlcWebp" alt="RLC Token" class="size-80 mx-auto mb-8" />
1010

1111
# RLC Token
1212

@@ -149,5 +149,5 @@ Ready to dive into the iExec ecosystem? Here are the next steps:
149149
import FeatureCard from '@/components/FeatureCard.vue';
150150

151151
// Assets
152-
import rlcPng from '@/assets/rlc/rlc.png';
152+
import rlcWebp from '@/assets/rlc/rlc.webp';
153153
</script>

0 commit comments

Comments
 (0)