Skip to content

Commit

Permalink
UPDATE: remove link to edit on vecta.io
Browse files Browse the repository at this point in the history
  • Loading branch information
fileformat committed Mar 8, 2024
1 parent b78e1f4 commit 4dc2500
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions www/_includes/imagelist.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
<td class="d-none d-md-table-cell" style="white-space:nowrap;vertical-align:middle;">
<a class="btn btn-secondary btn-sm" href="/util/preview.html?image=/logos/{{page.logohandle}}/{{image}}" title="preview" rel="nofollow"><i class="far fa-eye"></i></a>
<a class="btn btn-secondary btn-sm" download="{{image}}" href="{{image}}" title="Download"><i class="fa fa-download"></i></a>
<a class="btn btn-secondary btn-sm" href="https://vecta.io/app/link?src={{site.production_url}}/logos/{{page.logohandle}}/{{image}}" title="Edit on Vecta.io" rel="nofollow"><i class="far fa-edit"></i></a>
<button class="btn btn-secondary btn-sm copy2cb" data-clipboard-text="{{site.production_url}}/logos/{{page.logohandle}}/{{image}}" href="#" title="Copy URL to Clipboard" rel="nofollow"><i class="far fa-clipboard"></i></button>
<div style="position:relative;display:inline-block;"><button class="btn btn-primary btn-sm copy2tip" style="position:absolute;left:0;right:0;">Copied to Clipboard</button>
<a class="btn btn-secondary btn-sm" href="/util/convert_to_png.html?svg=/logos/{{page.logohandle}}/{{image}}" title="Convert to PNG" rel="nofollow"><i class="fa fa-exchange"></i></a>
</div>
<button class="btn btn-secondary btn-sm copy2cb" data-clipboard-text="{{site.production_url}}/logos/{{page.logohandle}}/{{image}}" href="#" title="Copy URL to Clipboard" rel="nofollow"><i class="far fa-clipboard"></i></button>
<div style="position:relative;display:inline-block;"><button class="btn btn-primary btn-sm copy2tip" style="position:absolute;left:0;right:0;">Copied to Clipboard</button>
<a class="btn btn-secondary btn-sm" href="/util/convert_to_png.html?svg=/logos/{{page.logohandle}}/{{image}}" title="Convert to PNG" rel="nofollow"><i class="fa fa-exchange"></i></a>
</div>
</td>
<td class="d-none d-sm-table-cell" style="white-space:nowrap;vertical-align:middle;">
{%- capture imagetype %}{{image|split:'-'|last|split:'.'|first}}{% endcapture %}
Expand All @@ -28,7 +27,7 @@
{{standardtype.title}}
{% capture alt_text %}Vector (.svg) logo for {{page.title}}: {{standardtype.title}}{% endcapture %}
{% assign standard = true %}
{% assign customstyle = standardtype.customstyle %}
{% assign customstyle = standardtype.customstyle %}
{% endif %}
{% endfor %}
{% if standard == false %}
Expand Down

0 comments on commit 4dc2500

Please sign in to comment.