mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update src/routes/(console)/project-[project]/overview/onboard.svelte
Co-authored-by: Darshan <itznotabug@gmail.com>
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
class="onboarding-card platform-card"
|
||||
on:click={() => addPlatform(2)}>
|
||||
<img
|
||||
src={$app.themeInUse == 'dark'
|
||||
src={$app.themeInUse === 'dark'
|
||||
? PlatformAndroidImgSourceDark
|
||||
: PlatformAndroidImgSource}
|
||||
alt="" />
|
||||
|
||||
Reference in New Issue
Block a user