Bugfix: Move integration logos out of public/assets (#1115)

This commit is contained in:
Pranav Raj S 2020-08-03 13:22:51 +05:30 committed by GitHub
parent a5262a6ff3
commit 941272cccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,7 @@
<template>
<div class="column content-box">
<div class="row">
<div class="small-8 columns integrations-wrap">
<div class="small-12 columns integrations-wrap">
<div class="row integrations">
<div
v-for="item in integrationsList"

View file

@ -1,7 +1,7 @@
<template>
<div class="row">
<div class="integration--image">
<img :src="'/assets/dashboard/integrations/' + integrationLogo" />
<img :src="'/dashboard/images/integrations/' + integrationLogo" />
</div>
<div class="column">
<h3 class="integration--title">

View file

@ -1,7 +1,7 @@
<template>
<div class="column content-box">
<div class="row">
<div class="small-8 columns integrations-wrap">
<div class="small-12 columns integrations-wrap">
<div class="row integrations">
<div v-if="integrationLoaded" class="small-12 columns integration">
<integration

View file

@ -10,4 +10,3 @@ webhooks:
logo: cable.svg
description: Webhook events provide you the realtime information about what's happening in your account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks.
action: /webhook

View file

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 3 KiB

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB