Skip to content

Commit

Permalink
Fix favicon.ico and Ruby.svg (#24)
Browse files Browse the repository at this point in the history
* Update favicon.ico to same as other SketchUp sites

Update favicon.ico to same as other SketchUp sites.
Ref Issue #21

* Delete Favicon.ico

* Update favicon.ico to same as other SketchUp sites

Update favicon.ico to same as other SketchUp sites.
Ref Issue #21

* Edit Ruby.svg change red to Trimble blue.

Changed all references of Ruby color #e62b3e to Trimble blue #005F9E.
Ref Issue #22

* Fix invalid relative links to favicon in forum

Fix invalid relative links to favicon in forum oneboxes.
Ref: Issue #23
  • Loading branch information
DanRathbun authored Oct 20, 2021
1 parent baa5786 commit eee33fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified lib/yard-sketchup/templates/default/fulldoc/html/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
</title>
<!-- SHORTCUT ICON -->
<link rel="shortcut icon" type="image/vnd.microsoft.icon"
href="<%= url_for('favicon.ico') %>" />
href="https://ruby.sketchup.com/favicon.ico" />
<%= erb(:embed_meta) %>

0 comments on commit eee33fc

Please sign in to comment.