From c075ec2c79cd0d36891ff67f851134b86f0d6475 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 6 Apr 2019 16:32:11 -0700 Subject: [PATCH] Adding Favicon. --- README.md | 2 +- ui/assets/favicon.ico | Bin 1150 -> 0 bytes ui/assets/favicon.svg | 53 ++++++++++++++++++++++++++++++++++++++++++ ui/fuse.js | 2 +- ui/src/index.html | 2 +- ui/src/main.css | 2 +- 6 files changed, 57 insertions(+), 4 deletions(-) delete mode 100644 ui/assets/favicon.ico create mode 100644 ui/assets/favicon.svg diff --git a/README.md b/README.md index e2e3543c7..949b49e2d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Lemmy +

Lemmy

[![Build Status](https://travis-ci.org/dessalines/lemmy.svg?branch=master)](https://travis-ci.org/dessalines/lemmy) [![star this repo](http://githubbadges.com/star.svg?user=dessalines&repo=lemmy&style=flat)](https://github.com/dessalines/lemmy) diff --git a/ui/assets/favicon.ico b/ui/assets/favicon.ico deleted file mode 100644 index 13f310e9f127f7d158d22478ffd2413d1a46e585..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1150 zcmeH`%?`mp6os#reQkuDjl|C0L-Mq;CruXB5D z&-A8u#;n3f664;sMb)ffW?eu+dFf1MWCIaDp@3J&L8RU<`5o`)GS` z1<3;bD_*TXgC5kO=20wd3QM>I{4Mk$XpMLE56CwI{uI4v{o8>5U;l6af6?AO-wX6F m`=I~3fIq@N0`0#e=*-+ailr&1JsRcxWuKihJ8&AyAnyZdacNfo diff --git a/ui/assets/favicon.svg b/ui/assets/favicon.svg new file mode 100644 index 000000000..7a1b2c2ae --- /dev/null +++ b/ui/assets/favicon.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ui/fuse.js b/ui/fuse.js index ff1e6d15b..a9283fad2 100644 --- a/ui/fuse.js +++ b/ui/fuse.js @@ -43,7 +43,7 @@ Sparky.task('config', _ => { }); Sparky.task('clean', _ => Sparky.src('dist/').clean('dist/')); Sparky.task('env', _ => (isProduction = true)); -Sparky.task('copy-assets', () => Sparky.src('assets/*.ico').dest('dist/')); +Sparky.task('copy-assets', () => Sparky.src('assets/*.svg').dest('dist/')); Sparky.task('dev', ['clean', 'config', 'copy-assets'], _ => { fuse.dev(); app.hmr().watch(); diff --git a/ui/src/index.html b/ui/src/index.html index eff8efa3a..5b1f84afe 100644 --- a/ui/src/index.html +++ b/ui/src/index.html @@ -4,7 +4,7 @@ - + Lemmy diff --git a/ui/src/main.css b/ui/src/main.css index 12eb17a4d..ac58c993f 100644 --- a/ui/src/main.css +++ b/ui/src/main.css @@ -45,5 +45,5 @@ body { stroke: currentColor; fill: currentColor; vertical-align: middle; - margin-bottom: 4px; + margin-bottom: 6px; }