Skip to content

Commit 04bfee9

Browse files
committed
Merge pull request #67 from rickbeerendonk/logo
ReactJS.NET Logo and favicon
2 parents 362d4f8 + a5158f1 commit 04bfee9

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

site/jekyll/_assets/stylesheets/react.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ h1, h2, h3, h4, h5, h6 {
145145
}
146146

147147
.nav-logo {
148-
@include retina-image('../img/logo_small', 38px 38px);
149148
vertical-align: middle;
150149
}
151150

site/jekyll/_layouts/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta property="og:description" content=".NET integration for ReactJS" />
1414
<meta property="fb:app_id" content="1417169611875552" />
1515

16-
<link rel="shortcut icon" href="http://facebook.github.io/react/favicon.ico" />
16+
<link rel="shortcut icon" href="/favicon/favicon.ico" />
1717
<link rel="alternate" type="application/rss+xml" title="{{ site.name }}" href="{{ site.url }}/feed.xml" />
1818

1919
{% stylesheet main %}
@@ -38,6 +38,7 @@
3838
<div class="nav-main">
3939
<div class="wrap">
4040
<a class="nav-home" href="/">
41+
<img class="nav-logo" src="/img/logo.svg" width="48" height="36">
4142
{{ site.name }}
4243
</a>
4344
<ul class="nav-site">

site/jekyll/favicon/favicon.ico

18.4 KB
Binary file not shown.

site/jekyll/img/logo.svg

Lines changed: 13 additions & 0 deletions
Loading

site/jekyll/img/logo_small.png

-2.77 KB
Binary file not shown.

0 commit comments

Comments
 (0)