mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:15:58 +00:00
fix: app store image path correction (#8575)
This commit is contained in:
@@ -147,7 +147,7 @@ onMounted(async () => {
|
||||
class="mr-1 flex items-center justify-center"
|
||||
:class="[plugin.title === 'SES' ? 'p-2 bg-[#242f3e]' : '']"
|
||||
>
|
||||
<img :alt="plugin.title || 'plugin'" :src="`/${plugin.logo}`" class="h-6" />
|
||||
<img :alt="plugin.title || 'plugin'" :src="plugin.logo" class="h-6" />
|
||||
</div>
|
||||
|
||||
<span class="font-semibold text-lg">{{ plugin.formDetails.title }}</span>
|
||||
|
||||
Reference in New Issue
Block a user